Thread: [W3af-svn-notify] SF.net SVN: w3af: [647] trunk/core/ui/gtkUi
Status: Beta
Brought to you by:
andresriancho
From: <fac...@us...> - 2008-02-08 15:04:28
|
Revision: 647 http://w3af.svn.sourceforge.net/w3af/?rev=647&view=rev Author: facundobatista Date: 2008-02-08 07:04:21 -0800 (Fri, 08 Feb 2008) Log Message: ----------- Separated the KBTree to another file, which is used from the scanrun and exploit parts. Finishes task 145845. Modified Paths: -------------- trunk/core/ui/gtkUi/exploittab.py trunk/core/ui/gtkUi/scanrun.py Added Paths: ----------- trunk/core/ui/gtkUi/kbtree.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-02-11 15:24:35
|
Revision: 664 http://w3af.svn.sourceforge.net/w3af/?rev=664&view=rev Author: facundobatista Date: 2008-02-11 07:24:15 -0800 (Mon, 11 Feb 2008) Log Message: ----------- Solved the problem of ugly adjusted pans (too many scrolled windows) Modified Paths: -------------- trunk/core/ui/gtkUi/exploittab.py trunk/core/ui/gtkUi/scanrun.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-02-11 20:03:44
|
Revision: 665 http://w3af.svn.sourceforge.net/w3af/?rev=665&view=rev Author: facundobatista Date: 2008-02-11 12:03:39 -0800 (Mon, 11 Feb 2008) Log Message: ----------- Added misc and url configuration, through the menu. For this, I extrapolated the machinery of plugin configuration and put it in the new confpanel.py file. Modified Paths: -------------- trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/pluginconfig.py Added Paths: ----------- trunk/core/ui/gtkUi/confpanel.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-02-12 00:50:12
|
Revision: 669 http://w3af.svn.sourceforge.net/w3af/?rev=669&view=rev Author: andresriancho Date: 2008-02-11 16:50:05 -0800 (Mon, 11 Feb 2008) Log Message: ----------- Added "Edit..." to the attack plugins in pyGTK. Modified Paths: -------------- trunk/core/ui/gtkUi/exploittab.py trunk/core/ui/gtkUi/pluginEditor.py trunk/core/ui/gtkUi/pluginconfig.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-02-12 15:06:54
|
Revision: 670 http://w3af.svn.sourceforge.net/w3af/?rev=670&view=rev Author: facundobatista Date: 2008-02-12 07:06:51 -0800 (Tue, 12 Feb 2008) Log Message: ----------- The configurations are now inside a notebook if they have more than one grouping. In this case, the labels also get bold when the config change. Modified Paths: -------------- trunk/core/ui/gtkUi/confpanel.py trunk/core/ui/gtkUi/helpers.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-02-12 17:13:37
|
Revision: 676 http://w3af.svn.sourceforge.net/w3af/?rev=676&view=rev Author: facundobatista Date: 2008-02-12 09:13:34 -0800 (Tue, 12 Feb 2008) Log Message: ----------- Stop and restart is implemented... however, it does not start, I need to debug this with the help of the core. Modified Paths: -------------- trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/scantab.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-02-13 13:04:00
|
Revision: 678 http://w3af.svn.sourceforge.net/w3af/?rev=678&view=rev Author: facundobatista Date: 2008-02-13 05:03:38 -0800 (Wed, 13 Feb 2008) Log Message: ----------- Throbber added. This finished task 145434. Modified Paths: -------------- trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/scantab.py Added Paths: ----------- trunk/core/ui/gtkUi/data/throbber_animat.gif trunk/core/ui/gtkUi/data/throbber_static.gif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-02-13 18:46:50
|
Revision: 679 http://w3af.svn.sourceforge.net/w3af/?rev=679&view=rev Author: facundobatista Date: 2008-02-13 10:46:29 -0800 (Wed, 13 Feb 2008) Log Message: ----------- The Target is now a more complex configurable element. You can click on the Advanced button, and configure more stuff. Note that you can always change the URL in the TextEntry, before or even after the Advanced configuration. Of course, this Advanced config is optional. Modified Paths: -------------- trunk/core/ui/gtkUi/confpanel.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/pluginconfig.py trunk/core/ui/gtkUi/scantab.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-02-14 16:36:02
|
Revision: 681 http://w3af.svn.sourceforge.net/w3af/?rev=681&view=rev Author: facundobatista Date: 2008-02-14 08:35:50 -0800 (Thu, 14 Feb 2008) Log Message: ----------- Finished a detail of the Advanced target configurationm, and put a close button in config windows. Modified Paths: -------------- trunk/core/ui/gtkUi/confpanel.py trunk/core/ui/gtkUi/pluginconfig.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-02-14 19:18:23
|
Revision: 682 http://w3af.svn.sourceforge.net/w3af/?rev=682&view=rev Author: facundobatista Date: 2008-02-14 11:18:20 -0800 (Thu, 14 Feb 2008) Log Message: ----------- Embedded browser revisited. I made it work (there's work still to do, but read the docstring of the class in mozillaTab.py. Renewed also the GUI. Modified Paths: -------------- trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/mozillaTab.py trunk/core/ui/gtkUi/pluginconfig.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-05-11 22:04:42
|
Revision: 1141 http://w3af.svn.sourceforge.net/w3af/?rev=1141&view=rev Author: facundobatista Date: 2008-05-11 15:04:36 -0700 (Sun, 11 May 2008) Log Message: ----------- Colorized the different lines of the KB Tree in function of their severity. Modified Paths: -------------- trunk/core/ui/gtkUi/helpers.py trunk/core/ui/gtkUi/kbtree.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-16 14:24:37
|
Revision: 1303 http://w3af.svn.sourceforge.net/w3af/?rev=1303&view=rev Author: andresriancho Date: 2008-06-16 07:24:23 -0700 (Mon, 16 Jun 2008) Log Message: ----------- Cluster responses now has its own icon. Modified Paths: -------------- trunk/core/ui/gtkUi/compare.py trunk/core/ui/gtkUi/craftedRequests.py Added Paths: ----------- trunk/core/ui/gtkUi/data/cluster_data.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-02-18 19:17:51
|
Revision: 690 http://w3af.svn.sourceforge.net/w3af/?rev=690&view=rev Author: andresriancho Date: 2008-02-18 11:17:44 -0800 (Mon, 18 Feb 2008) Log Message: ----------- Removed the nice pluginEditor with the gtksourceview, and replaced it with a pluginEditor that doesn't have any strange dependencies and should work on Windows and Linux. Modified Paths: -------------- trunk/core/ui/gtkUi/pluginEditor.py Added Paths: ----------- trunk/core/ui/gtkUi/pluginEditorDialogs.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-02-25 15:45:39
|
Revision: 731 http://w3af.svn.sourceforge.net/w3af/?rev=731&view=rev Author: facundobatista Date: 2008-02-25 07:45:32 -0800 (Mon, 25 Feb 2008) Log Message: ----------- Finishes task 146172. Now stop and resume works great. Had to touch a little in the message diverter, also. Modified Paths: -------------- trunk/core/ui/gtkUi/messages.py trunk/core/ui/gtkUi/scantab.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-02-26 16:21:42
|
Revision: 738 http://w3af.svn.sourceforge.net/w3af/?rev=738&view=rev Author: facundobatista Date: 2008-02-26 08:21:31 -0800 (Tue, 26 Feb 2008) Log Message: ----------- Task 145210. Added functionality to View menu, which is dynamic in function of the tab of the notebook, and turns on and off the different panels in the different tabs. Modified Paths: -------------- trunk/core/ui/gtkUi/exploittab.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/scanrun.py trunk/core/ui/gtkUi/scantab.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-02-26 20:00:12
|
Revision: 740 http://w3af.svn.sourceforge.net/w3af/?rev=740&view=rev Author: facundobatista Date: 2008-02-26 11:59:56 -0800 (Tue, 26 Feb 2008) Log Message: ----------- Task 146138. Right button over a vuln shows a popup menu that let's you go to the HTTP logs with that id. Modified Paths: -------------- trunk/core/ui/gtkUi/exploittab.py trunk/core/ui/gtkUi/httpLogTab.py trunk/core/ui/gtkUi/kbtree.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/pluginconfig.py trunk/core/ui/gtkUi/scanrun.py trunk/core/ui/gtkUi/scantab.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-02-27 11:33:29
|
Revision: 741 http://w3af.svn.sourceforge.net/w3af/?rev=741&view=rev Author: facundobatista Date: 2008-02-27 03:33:26 -0800 (Wed, 27 Feb 2008) Log Message: ----------- Switched to use the release of the button to supervise the right one to create a menu, as is more indicative of where the user did the click. Modified Paths: -------------- trunk/core/ui/gtkUi/exploittab.py trunk/core/ui/gtkUi/kbtree.py trunk/core/ui/gtkUi/pluginconfig.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-02-29 01:46:58
|
Revision: 752 http://w3af.svn.sourceforge.net/w3af/?rev=752&view=rev Author: andresriancho Date: 2008-02-28 17:46:55 -0800 (Thu, 28 Feb 2008) Log Message: ----------- Changed message in revert buttons. Modified Paths: -------------- trunk/core/ui/gtkUi/confpanel.py trunk/core/ui/gtkUi/pluginconfig.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-02-29 12:07:52
|
Revision: 760 http://w3af.svn.sourceforge.net/w3af/?rev=760&view=rev Author: facundobatista Date: 2008-02-29 04:07:47 -0800 (Fri, 29 Feb 2008) Log Message: ----------- Fixed small detail in the context menu, and separated the Find functionality from the Messages class. Modified Paths: -------------- trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/messages.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-02-29 19:53:53
|
Revision: 763 http://w3af.svn.sourceforge.net/w3af/?rev=763&view=rev Author: facundobatista Date: 2008-02-29 11:53:50 -0800 (Fri, 29 Feb 2008) Log Message: ----------- Tab refactorin, very advanced, not finished. The code is usable in the start, wait until finished, clear, start sequence. Modified Paths: -------------- trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/pluginconfig.py Removed Paths: ------------- trunk/core/ui/gtkUi/scantab.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-03-02 21:35:10
|
Revision: 774 http://w3af.svn.sourceforge.net/w3af/?rev=774&view=rev Author: andresriancho Date: 2008-03-02 13:34:32 -0800 (Sun, 02 Mar 2008) Log Message: ----------- Http log tab can now render html responses with gtkhtml2 or gtkmozembed. Modified Paths: -------------- trunk/core/ui/gtkUi/httpLogTab.py trunk/core/ui/gtkUi/mozillaTab.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-03-03 13:00:36
|
Revision: 779 http://w3af.svn.sourceforge.net/w3af/?rev=779&view=rev Author: facundobatista Date: 2008-03-03 05:00:29 -0800 (Mon, 03 Mar 2008) Log Message: ----------- Start/Stop cycle, Clear, and Pause/Play, all work ok. Modified Paths: -------------- trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/main.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-03-03 13:48:40
|
Revision: 781 http://w3af.svn.sourceforge.net/w3af/?rev=781&view=rev Author: facundobatista Date: 2008-03-03 05:48:35 -0800 (Mon, 03 Mar 2008) Log Message: ----------- Modified the Advanced target url config button, and added a tooltip for it (also extended the SemiStockButton to support tooltips). Modified Paths: -------------- trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/pluginconfig.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-03-03 14:31:30
|
Revision: 784 http://w3af.svn.sourceforge.net/w3af/?rev=784&view=rev Author: facundobatista Date: 2008-03-03 06:31:24 -0800 (Mon, 03 Mar 2008) Log Message: ----------- Added a start/stop button in the target url bar. For this, I implemented a BroadcastWrapper that sends the same message to all the widgets it has. Modified Paths: -------------- trunk/core/ui/gtkUi/helpers.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/pluginconfig.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-03-03 14:57:10
|
Revision: 786 http://w3af.svn.sourceforge.net/w3af/?rev=786&view=rev Author: facundobatista Date: 2008-03-03 06:56:51 -0800 (Mon, 03 Mar 2008) Log Message: ----------- Slight modification to Searchable to make it more easily reusable. Modified Paths: -------------- trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/messages.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |