Thread: [W3af-svn-notify] SF.net SVN: w3af: [1200] trunk/core/ui/gtkUi (Page 4)
Status: Beta
Brought to you by:
andresriancho
From: <fac...@us...> - 2008-05-23 02:07:51
|
Revision: 1200 http://w3af.svn.sourceforge.net/w3af/?rev=1200&view=rev Author: facundobatista Date: 2008-05-22 19:07:50 -0700 (Thu, 22 May 2008) Log Message: ----------- Put icons to the new windows (manual request, fuzzy requests, and the encoder decoder one). Modified Paths: -------------- trunk/core/ui/gtkUi/craftedRequests.py trunk/core/ui/gtkUi/encdec.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-28 03:58:30
|
Revision: 1225 http://w3af.svn.sourceforge.net/w3af/?rev=1225&view=rev Author: andresriancho Date: 2008-05-27 20:58:28 -0700 (Tue, 27 May 2008) Log Message: ----------- Added a "Clear responses" to the fuzzer window. Modified Paths: -------------- trunk/core/ui/gtkUi/craftedRequests.py trunk/core/ui/gtkUi/entries.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-29 17:44:10
|
Revision: 1229 http://w3af.svn.sourceforge.net/w3af/?rev=1229&view=rev Author: andresriancho Date: 2008-05-29 10:43:20 -0700 (Thu, 29 May 2008) Log Message: ----------- Better syxtax help for craftedRequests, and minimal code change in the reqResViewer when handling gtkhtml2 rendering. Modified Paths: -------------- trunk/core/ui/gtkUi/craftedRequests.py trunk/core/ui/gtkUi/reqResViewer.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-06-03 23:43:27
|
Revision: 1253 http://w3af.svn.sourceforge.net/w3af/?rev=1253&view=rev Author: facundobatista Date: 2008-06-03 16:43:22 -0700 (Tue, 03 Jun 2008) Log Message: ----------- Added the comparator, still not integrated with w3af. Added Paths: ----------- trunk/core/ui/gtkUi/comparator/ trunk/core/ui/gtkUi/comparator/comparator.py trunk/core/ui/gtkUi/comparator/diffutil.py trunk/core/ui/gtkUi/comparator/example1.txt trunk/core/ui/gtkUi/comparator/example2.txt trunk/core/ui/gtkUi/comparator/pixmaps/ trunk/core/ui/gtkUi/comparator/pixmaps/button_apply0.xpm trunk/core/ui/gtkUi/comparator/pixmaps/button_apply1.xpm trunk/core/ui/gtkUi/comparator/pixmaps/button_copy0.xpm trunk/core/ui/gtkUi/comparator/pixmaps/button_copy1.xpm trunk/core/ui/gtkUi/comparator/pixmaps/button_delete.xpm trunk/core/ui/gtkUi/comparator/readme.txt trunk/core/ui/gtkUi/comparator/test.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-06-06 23:01:36
|
Revision: 1259 http://w3af.svn.sourceforge.net/w3af/?rev=1259&view=rev Author: facundobatista Date: 2008-06-06 16:01:35 -0700 (Fri, 06 Jun 2008) Log Message: ----------- Added buttons to RequestResponse viewer, but still with no real functionality. Also started using relative imports everywhere... they're more clear to use than absolute ones, because of deep path. Modified Paths: -------------- trunk/core/ui/gtkUi/clusterView.py trunk/core/ui/gtkUi/confpanel.py trunk/core/ui/gtkUi/craftedRequests.py trunk/core/ui/gtkUi/encdec.py trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/exploittab.py trunk/core/ui/gtkUi/httpLogTab.py trunk/core/ui/gtkUi/kbtree.py trunk/core/ui/gtkUi/logtab.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/messages.py trunk/core/ui/gtkUi/mozillaTab.py trunk/core/ui/gtkUi/pluginconfig.py trunk/core/ui/gtkUi/profiles.py trunk/core/ui/gtkUi/reqResViewer.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-06-07 13:07:13
|
Revision: 1264 http://w3af.svn.sourceforge.net/w3af/?rev=1264&view=rev Author: facundobatista Date: 2008-06-07 06:07:08 -0700 (Sat, 07 Jun 2008) Log Message: ----------- Added functionality to the SendToManual and SendToFuzzy buttons. Also adjusted a little the ManualRequest layout. Modified Paths: -------------- trunk/core/ui/gtkUi/craftedRequests.py trunk/core/ui/gtkUi/reqResViewer.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-07 15:51:38
|
Revision: 1270 http://w3af.svn.sourceforge.net/w3af/?rev=1270&view=rev Author: andresriancho Date: 2008-06-07 08:51:34 -0700 (Sat, 07 Jun 2008) Log Message: ----------- The request response viewer now has a new parameter that indicates if the textview is going to be editable or not. I adapted the code so it respects what the user can and can't do with the responses. Modified Paths: -------------- trunk/core/ui/gtkUi/craftedRequests.py trunk/core/ui/gtkUi/httpLogTab.py trunk/core/ui/gtkUi/reqResViewer.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-06-07 20:13:22
|
Revision: 1271 http://w3af.svn.sourceforge.net/w3af/?rev=1271&view=rev Author: facundobatista Date: 2008-06-07 13:13:18 -0700 (Sat, 07 Jun 2008) Log Message: ----------- Integrated the comparator to w3af, with no functionality yet, but with the full window designed. Modified Paths: -------------- trunk/core/ui/gtkUi/comparator/comparator.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/prompt.py Added Paths: ----------- trunk/core/ui/gtkUi/comparator/__init__.py trunk/core/ui/gtkUi/compare.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-06-09 00:14:59
|
Revision: 1273 http://w3af.svn.sourceforge.net/w3af/?rev=1273&view=rev Author: facundobatista Date: 2008-06-08 17:14:57 -0700 (Sun, 08 Jun 2008) Log Message: ----------- Added a lot of functionality, although some still missing. Modified Paths: -------------- trunk/core/ui/gtkUi/comparator/comparator.py trunk/core/ui/gtkUi/compare.py trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/reqResViewer.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-06-15 03:31:33
|
Revision: 1294 http://w3af.svn.sourceforge.net/w3af/?rev=1294&view=rev Author: facundobatista Date: 2008-06-14 20:31:31 -0700 (Sat, 14 Jun 2008) Log Message: ----------- Refactored everythin to pass the httpResponse and not the raw texts. Finished the compare window. Modified Paths: -------------- trunk/core/ui/gtkUi/compare.py trunk/core/ui/gtkUi/craftedRequests.py trunk/core/ui/gtkUi/reqResViewer.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-06-15 15:33:40
|
Revision: 1297 http://w3af.svn.sourceforge.net/w3af/?rev=1297&view=rev Author: facundobatista Date: 2008-06-15 08:33:39 -0700 (Sun, 15 Jun 2008) Log Message: ----------- Added versions info in the crash file, and made some cleanups. Modified Paths: -------------- trunk/core/ui/gtkUi/helpers.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-06-17 01:59:14
|
Revision: 1312 http://w3af.svn.sourceforge.net/w3af/?rev=1312&view=rev Author: facundobatista Date: 2008-06-16 18:58:16 -0700 (Mon, 16 Jun 2008) Log Message: ----------- Put the titles in the comparator. Modified Paths: -------------- trunk/core/ui/gtkUi/compare.py trunk/core/ui/gtkUi/reqResViewer.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-06-20 02:03:43
|
Revision: 1320 http://w3af.svn.sourceforge.net/w3af/?rev=1320&view=rev Author: facundobatista Date: 2008-06-19 19:03:41 -0700 (Thu, 19 Jun 2008) Log Message: ----------- Created the Proxy window. This brought some changes to other widgets, the main one is that the buttons below the requests and responses are turned on/off by their widgets. Also fixed the sensitivity handling of these widgets in the rest of the program. Modified Paths: -------------- trunk/core/ui/gtkUi/craftedRequests.py trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/httpLogTab.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/reqResViewer.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-06-29 23:49:23
|
Revision: 1359 http://w3af.svn.sourceforge.net/w3af/?rev=1359&view=rev Author: facundobatista Date: 2008-06-29 16:49:20 -0700 (Sun, 29 Jun 2008) Log Message: ----------- Finished the implementation of the Proxy window. Modified Paths: -------------- trunk/core/ui/gtkUi/craftedRequests.py trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/main.py Added Paths: ----------- trunk/core/ui/gtkUi/proxywin.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-07-03 10:58:29
|
Revision: 1384 http://w3af.svn.sourceforge.net/w3af/?rev=1384&view=rev Author: andresriancho Date: 2008-07-03 03:58:27 -0700 (Thu, 03 Jul 2008) Log Message: ----------- Small changes to the exploit dialog (size) and to the text of one of the messages that is printed there. Modified Paths: -------------- trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/exploittab.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-07-05 19:34:24
|
Revision: 1395 http://w3af.svn.sourceforge.net/w3af/?rev=1395&view=rev Author: facundobatista Date: 2008-07-05 12:34:22 -0700 (Sat, 05 Jul 2008) Log Message: ----------- Removed some prints from exploittab, and added ones in the pluginconfig infrastructure to show how the core is not working ok. Modified Paths: -------------- trunk/core/ui/gtkUi/exploittab.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-07-05 20:39:37
|
Revision: 1399 http://w3af.svn.sourceforge.net/w3af/?rev=1399&view=rev Author: andresriancho Date: 2008-07-05 13:39:35 -0700 (Sat, 05 Jul 2008) Log Message: ----------- Showing exploit plugin description in configuration window. Modified Paths: -------------- trunk/core/ui/gtkUi/confpanel.py trunk/core/ui/gtkUi/exploittab.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-07-10 21:49:55
|
Revision: 1444 http://w3af.svn.sourceforge.net/w3af/?rev=1444&view=rev Author: facundobatista Date: 2008-07-10 14:49:54 -0700 (Thu, 10 Jul 2008) Log Message: ----------- Implemented a threaded url impact for the manual request. Modified Paths: -------------- trunk/core/ui/gtkUi/craftedRequests.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. |