Thread: [W3af-svn-notify] SF.net SVN: w3af: [910] trunk/core/ui/gtkUi (Page 3)
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2008-04-03 21:15:00
|
Revision: 910 http://w3af.svn.sourceforge.net/w3af/?rev=910&view=rev Author: andresriancho Date: 2008-04-03 14:13:53 -0700 (Thu, 03 Apr 2008) Log Message: ----------- A nicer splash screen. Modified Paths: -------------- trunk/core/ui/gtkUi/data/splash.png trunk/core/ui/gtkUi/splash.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-04-04 03:23:31
|
Revision: 912 http://w3af.svn.sourceforge.net/w3af/?rev=912&view=rev Author: facundobatista Date: 2008-04-03 20:23:27 -0700 (Thu, 03 Apr 2008) Log Message: ----------- Results is now a big notebook with all the info in different tabs. Modified Paths: -------------- trunk/core/ui/gtkUi/main.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-04-05 14:38:43
|
Revision: 918 http://w3af.svn.sourceforge.net/w3af/?rev=918&view=rev Author: facundobatista Date: 2008-04-05 07:38:36 -0700 (Sat, 05 Apr 2008) Log Message: ----------- Now in saveProfile and in saveAsProfile, first save the status to the Core (exactly as I did before the startScan), but the core crashes when saving. Also I'm asking for a description. Modified Paths: -------------- trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/profiles.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-04-05 16:28:20
|
Revision: 921 http://w3af.svn.sourceforge.net/w3af/?rev=921&view=rev Author: facundobatista Date: 2008-04-05 09:28:02 -0700 (Sat, 05 Apr 2008) Log Message: ----------- You can save the plugin with an invalid target. Modified Paths: -------------- trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/profiles.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-04-05 18:47:03
|
Revision: 923 http://w3af.svn.sourceforge.net/w3af/?rev=923&view=rev Author: facundobatista Date: 2008-04-05 11:46:58 -0700 (Sat, 05 Apr 2008) Log Message: ----------- All profile stuff finished. Modified Paths: -------------- trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/profiles.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-06 14:54:53
|
Revision: 927 http://w3af.svn.sourceforge.net/w3af/?rev=927&view=rev Author: andresriancho Date: 2008-04-06 07:54:50 -0700 (Sun, 06 Apr 2008) Log Message: ----------- Added a "edit" menu for plugins. Modified Paths: -------------- trunk/core/ui/gtkUi/main.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-04-09 01:35:46
|
Revision: 947 http://w3af.svn.sourceforge.net/w3af/?rev=947&view=rev Author: facundobatista Date: 2008-04-08 18:35:41 -0700 (Tue, 08 Apr 2008) Log Message: ----------- Avanced with multiple exploit. Modified Paths: -------------- trunk/core/ui/gtkUi/exploittab.py 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-04-09 03:11:01
|
Revision: 952 http://w3af.svn.sourceforge.net/w3af/?rev=952&view=rev Author: facundobatista Date: 2008-04-08 20:10:59 -0700 (Tue, 08 Apr 2008) Log Message: ----------- Fixed some behaviour regarding the sensitivity of the start button in consideration of target url. 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: <and...@us...> - 2008-04-13 00:47:40
|
Revision: 965 http://w3af.svn.sourceforge.net/w3af/?rev=965&view=rev Author: andresriancho Date: 2008-04-12 17:47:23 -0700 (Sat, 12 Apr 2008) Log Message: ----------- Require pygtk 2.12 and handle errors correctly. Modified Paths: -------------- trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/splash.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-04-13 19:33:36
|
Revision: 982 http://w3af.svn.sourceforge.net/w3af/?rev=982&view=rev Author: facundobatista Date: 2008-04-13 12:33:21 -0700 (Sun, 13 Apr 2008) Log Message: ----------- Restructured how the vulns are shown in the exploit tab. Modified Paths: -------------- trunk/core/ui/gtkUi/exploittab.py 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: <fac...@us...> - 2008-04-13 19:57:08
|
Revision: 983 http://w3af.svn.sourceforge.net/w3af/?rev=983&view=rev Author: facundobatista Date: 2008-04-13 12:57:04 -0700 (Sun, 13 Apr 2008) Log Message: ----------- Now we show the profile description in the right panel. Modified Paths: -------------- trunk/core/ui/gtkUi/pluginconfig.py trunk/core/ui/gtkUi/profiles.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-04-13 23:28:00
|
Revision: 988 http://w3af.svn.sourceforge.net/w3af/?rev=988&view=rev Author: facundobatista Date: 2008-04-13 16:27:52 -0700 (Sun, 13 Apr 2008) Log Message: ----------- Changed the way a registered thread gets out of its queue. Modified Paths: -------------- trunk/core/ui/gtkUi/helpers.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-04-14 00:58:13
|
Revision: 992 http://w3af.svn.sourceforge.net/w3af/?rev=992&view=rev Author: facundobatista Date: 2008-04-13 17:58:11 -0700 (Sun, 13 Apr 2008) Log Message: ----------- Changed iteritems for items... the performance hit should be nonexistant, but it should fix some multithreading issues regarding the dictionary. Modified Paths: -------------- trunk/core/ui/gtkUi/exploittab.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: <fac...@us...> - 2008-04-14 16:49:01
|
Revision: 1000 http://w3af.svn.sourceforge.net/w3af/?rev=1000&view=rev Author: facundobatista Date: 2008-04-14 09:48:41 -0700 (Mon, 14 Apr 2008) Log Message: ----------- Simplified a lot of imports, handling the version of pygtk and gtk in one central place. Also removed some consideration for older versions, now that 2.12 is now the official minimum. Modified Paths: -------------- trunk/core/ui/gtkUi/confpanel.py trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/exploittab.py trunk/core/ui/gtkUi/kbtree.py trunk/core/ui/gtkUi/logVisualization.py trunk/core/ui/gtkUi/logtab.py trunk/core/ui/gtkUi/messages.py trunk/core/ui/gtkUi/pluginEditorDialogs.py trunk/core/ui/gtkUi/pluginconfig.py trunk/core/ui/gtkUi/profiles.py trunk/core/ui/gtkUi/prompt.py trunk/core/ui/gtkUi/scanrun.py trunk/core/ui/gtkUi/splash.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-04-28 22:41:23
|
Revision: 1056 http://w3af.svn.sourceforge.net/w3af/?rev=1056&view=rev Author: facundobatista Date: 2008-04-28 15:41:20 -0700 (Mon, 28 Apr 2008) Log Message: ----------- First Manual Request version, need to finish the functionality. Modified Paths: -------------- trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/reqResViewer.py Added Paths: ----------- trunk/core/ui/gtkUi/craftedRequests.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-05-01 22:13:51
|
Revision: 1073 http://w3af.svn.sourceforge.net/w3af/?rev=1073&view=rev Author: facundobatista Date: 2008-05-01 15:13:39 -0700 (Thu, 01 May 2008) Log Message: ----------- Extracted the part of the Windows machinery that will be used a lot, and put it in entries.py. Also simplified how the example is written. 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: <fac...@us...> - 2008-05-02 00:40:10
|
Revision: 1075 http://w3af.svn.sourceforge.net/w3af/?rev=1075&view=rev Author: facundobatista Date: 2008-05-01 17:40:06 -0700 (Thu, 01 May 2008) Log Message: ----------- First draft version of Fuzzy Requests window. Modified Paths: -------------- trunk/core/ui/gtkUi/craftedRequests.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: <and...@us...> - 2008-05-04 02:19:54
|
Revision: 1090 http://w3af.svn.sourceforge.net/w3af/?rev=1090&view=rev Author: andresriancho Date: 2008-05-03 19:19:52 -0700 (Sat, 03 May 2008) Log Message: ----------- Better comments and stuff. Modified Paths: -------------- trunk/core/ui/gtkUi/helpers.py trunk/core/ui/gtkUi/profiles.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-05-05 04:36:52
|
Revision: 1104 http://w3af.svn.sourceforge.net/w3af/?rev=1104&view=rev Author: facundobatista Date: 2008-05-04 21:36:39 -0700 (Sun, 04 May 2008) Log Message: ----------- Improvements to the Fuzzy interface, and made the fuzzy syntax generator. Modified Paths: -------------- trunk/core/ui/gtkUi/craftedRequests.py trunk/core/ui/gtkUi/reqResViewer.py Added Paths: ----------- trunk/core/ui/gtkUi/fuzzygen.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-05-06 03:38:46
|
Revision: 1113 http://w3af.svn.sourceforge.net/w3af/?rev=1113&view=rev Author: facundobatista Date: 2008-05-05 20:38:44 -0700 (Mon, 05 May 2008) Log Message: ----------- Avanced with the fuzzy generator! Modified Paths: -------------- trunk/core/ui/gtkUi/craftedRequests.py trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/fuzzygen.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-05-07 03:01:26
|
Revision: 1119 http://w3af.svn.sourceforge.net/w3af/?rev=1119&view=rev Author: facundobatista Date: 2008-05-06 20:01:24 -0700 (Tue, 06 May 2008) Log Message: ----------- The FuzzyRequest window is pretty much finished. Modified Paths: -------------- trunk/core/ui/gtkUi/craftedRequests.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-05-13 04:21:47
|
Revision: 1146 http://w3af.svn.sourceforge.net/w3af/?rev=1146&view=rev Author: facundobatista Date: 2008-05-12 21:21:25 -0700 (Mon, 12 May 2008) Log Message: ----------- Restructured how the tree nodes are colored. 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: <fac...@us...> - 2008-05-20 02:21:18
|
Revision: 1173 http://w3af.svn.sourceforge.net/w3af/?rev=1173&view=rev Author: facundobatista Date: 2008-05-19 19:21:07 -0700 (Mon, 19 May 2008) Log Message: ----------- First encode decode tool draft. Modified Paths: -------------- trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/main.py Added Paths: ----------- 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: <fac...@us...> - 2008-05-21 03:50:20
|
Revision: 1185 http://w3af.svn.sourceforge.net/w3af/?rev=1185&view=rev Author: facundobatista Date: 2008-05-20 20:50:09 -0700 (Tue, 20 May 2008) Log Message: ----------- Finished encode and decode tool, task 148113. Modified Paths: -------------- trunk/core/ui/gtkUi/encdec.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-05-23 00:57:55
|
Revision: 1198 http://w3af.svn.sourceforge.net/w3af/?rev=1198&view=rev Author: facundobatista Date: 2008-05-22 17:57:54 -0700 (Thu, 22 May 2008) Log Message: ----------- Improved the syntax help text. Modified Paths: -------------- trunk/core/ui/gtkUi/craftedRequests.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. |