w3af-svn-notify Mailing List for w3af (Page 252)
Status: Beta
Brought to you by:
andresriancho
You can subscribe to this list here.
2008 |
Jan
|
Feb
(235) |
Mar
(336) |
Apr
(280) |
May
(278) |
Jun
(159) |
Jul
(270) |
Aug
(240) |
Sep
(121) |
Oct
(110) |
Nov
(199) |
Dec
(228) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(251) |
Feb
(206) |
Mar
(115) |
Apr
(45) |
May
(27) |
Jun
(67) |
Jul
(49) |
Aug
(38) |
Sep
(10) |
Oct
(131) |
Nov
(89) |
Dec
(38) |
2010 |
Jan
(85) |
Feb
(71) |
Mar
(45) |
Apr
(23) |
May
(12) |
Jun
|
Jul
(11) |
Aug
(7) |
Sep
(81) |
Oct
(79) |
Nov
(165) |
Dec
(62) |
2011 |
Jan
(134) |
Feb
(73) |
Mar
(34) |
Apr
(63) |
May
(147) |
Jun
(43) |
Jul
(21) |
Aug
(26) |
Sep
(43) |
Oct
(34) |
Nov
(44) |
Dec
(112) |
2012 |
Jan
(47) |
Feb
(44) |
Mar
(72) |
Apr
(209) |
May
(54) |
Jun
(279) |
Jul
(151) |
Aug
(332) |
Sep
(39) |
Oct
(268) |
Nov
(116) |
Dec
(368) |
2013 |
Jan
(73) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2008-04-13 15:08:48
|
Task #147771 has been updated. Project: w3af Subproject: consoleUi Summary: keys command has a bug Complete: 100% Status: Closed Authority : andresriancho Assigned to: aberezh Description: w3af>>>keys Traceback (most recent call last): File "/home/dz0/w3af/w3af/branches/sasha/core/ui/consoleUi/consoleUi.py", line 167, in _handleKey self._handlers[key]() File "/home/dz0/w3af/w3af/branches/sasha/core/ui/consoleUi/consoleUi.py", line 246, in _onEnter self._execute() File "/home/dz0/w3af/w3af/branches/sasha/core/ui/consoleUi/consoleUi.py", line 218, in _execute menu = self._context.execute(params) File "/home/dz0/w3af/w3af/branches/sasha/core/ui/consoleUi/menu.py", line 160, in execute return handler( params ) File "/home/dz0/w3af/w3af/branches/sasha/core/ui/consoleUi/menu.py", line 193, in _cmd_keys table = self._keysHelp.getPlainHelpTable(True) AttributeError: 'dict' object has no attribute 'getPlainHelpTable' ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147771&group_id=170274&group_project_id=55343 |
From: <ab...@us...> - 2008-04-13 15:08:45
|
Revision: 977 http://w3af.svn.sourceforge.net/w3af/?rev=977&view=rev Author: aberezh Date: 2008-04-13 08:08:41 -0700 (Sun, 13 Apr 2008) Log Message: ----------- consoleUi: keys help. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/help.xml branches/sasha/core/ui/consoleUi/menu.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 13:54:44
|
Revision: 976 http://w3af.svn.sourceforge.net/w3af/?rev=976&view=rev Author: andresriancho Date: 2008-04-13 06:54:40 -0700 (Sun, 13 Apr 2008) Log Message: ----------- Removed version module usage. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/rootMenu.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 12:53:02
|
Revision: 975 http://w3af.svn.sourceforge.net/w3af/?rev=975&view=rev Author: andresriancho Date: 2008-04-13 05:52:55 -0700 (Sun, 13 Apr 2008) Log Message: ----------- Better help and user interaction. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/config.py branches/sasha/core/ui/consoleUi/help.py branches/sasha/core/ui/consoleUi/help.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-13 12:52:25
|
Revision: 974 http://w3af.svn.sourceforge.net/w3af/?rev=974&view=rev Author: andresriancho Date: 2008-04-13 05:52:18 -0700 (Sun, 13 Apr 2008) Log Message: ----------- "audit desc abc" now shows long description. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/plugins.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-04-13 12:49:43
|
Task #147772 has been updated. Project: w3af Subproject: consoleUi Summary: Change the documentation to reflect new usage of "audit" command Complete: 0% Status: Open Authority : andresriancho Assigned to: andresriancho Description: Change the documentation to reflect new usage of "audit" command: 0) audit a,b,c ==>> a,b,c are enabled 1) audit d ==>> a,b,c,d are enabled 2) audit !d ==>> a,b,c are enabled I like it this way! ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147772&group_id=170274&group_project_id=55343 |
From: SourceForge.net <no...@so...> - 2008-04-13 12:46:03
|
Task #147771 has been updated. Project: w3af Subproject: consoleUi Summary: keys command has a bug Complete: 0% Status: Open Authority : andresriancho Assigned to: aberezh Description: w3af>>>keys Traceback (most recent call last): File "/home/dz0/w3af/w3af/branches/sasha/core/ui/consoleUi/consoleUi.py", line 167, in _handleKey self._handlers[key]() File "/home/dz0/w3af/w3af/branches/sasha/core/ui/consoleUi/consoleUi.py", line 246, in _onEnter self._execute() File "/home/dz0/w3af/w3af/branches/sasha/core/ui/consoleUi/consoleUi.py", line 218, in _execute menu = self._context.execute(params) File "/home/dz0/w3af/w3af/branches/sasha/core/ui/consoleUi/menu.py", line 160, in execute return handler( params ) File "/home/dz0/w3af/w3af/branches/sasha/core/ui/consoleUi/menu.py", line 193, in _cmd_keys table = self._keysHelp.getPlainHelpTable(True) AttributeError: 'dict' object has no attribute 'getPlainHelpTable' ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147771&group_id=170274&group_project_id=55343 |
From: <and...@us...> - 2008-04-13 12:33:30
|
Revision: 973 http://w3af.svn.sourceforge.net/w3af/?rev=973&view=rev Author: andresriancho Date: 2008-04-13 05:33:27 -0700 (Sun, 13 Apr 2008) Log Message: ----------- Added version command to main menu. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/help.xml branches/sasha/core/ui/consoleUi/rootMenu.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-04-13 12:26:02
|
Task #147769 has been updated. Project: w3af Subproject: consoleUi Summary: remove terminal directory from svn ? Complete: 0% Status: Open Authority : andresriancho Assigned to: aberezh Description: Is that directory actually used ? ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147769&group_id=170274&group_project_id=55343 |
From: <ab...@us...> - 2008-04-13 08:53:27
|
Revision: 972 http://w3af.svn.sourceforge.net/w3af/?rev=972&view=rev Author: aberezh Date: 2008-04-13 01:53:17 -0700 (Sun, 13 Apr 2008) Log Message: ----------- consoleUi: works with Windows (left and right arrows don't). Modified Paths: -------------- branches/sasha/core/ui/consoleUi/consoleUi.py branches/sasha/core/ui/consoleUi/io/unixctrl.py branches/sasha/core/ui/consoleUi/io/winctrl.py Added Paths: ----------- branches/sasha/core/ui/consoleUi/io/console.py Removed Paths: ------------- branches/sasha/core/ui/consoleUi/posixterm.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 01:41:24
|
Revision: 971 http://w3af.svn.sourceforge.net/w3af/?rev=971&view=rev Author: andresriancho Date: 2008-04-12 18:41:12 -0700 (Sat, 12 Apr 2008) Log Message: ----------- Ignoring pyc files Property Changed: ---------------- trunk/extlib/buzhug/ trunk/extlib/buzhug/build/ trunk/extlib/buzhug/build/lib/ trunk/extlib/buzhug/build/lib/buzhug/ trunk/extlib/buzhug/buzhug/ trunk/extlib/buzhug/doc/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-13 01:39:31
|
Revision: 970 http://w3af.svn.sourceforge.net/w3af/?rev=970&view=rev Author: andresriancho Date: 2008-04-12 18:39:29 -0700 (Sat, 12 Apr 2008) Log Message: ----------- Removing pyc files. Removed Paths: ------------- trunk/extlib/buzhug/buzhug/__init__.pyc trunk/extlib/buzhug/buzhug/buzhug.pyc trunk/extlib/buzhug/buzhug/buzhug_algos.pyc trunk/extlib/buzhug/buzhug/buzhug_client.pyc trunk/extlib/buzhug/buzhug/buzhug_files.pyc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-13 01:38:20
|
Revision: 969 http://w3af.svn.sourceforge.net/w3af/?rev=969&view=rev Author: andresriancho Date: 2008-04-12 18:38:16 -0700 (Sat, 12 Apr 2008) Log Message: ----------- Added new buzhug that fixes some bugs. Added Paths: ----------- trunk/extlib/buzhug/ trunk/extlib/buzhug/PKG-INFO trunk/extlib/buzhug/README.txt trunk/extlib/buzhug/__init__.py trunk/extlib/buzhug/build/ trunk/extlib/buzhug/build/lib/ trunk/extlib/buzhug/build/lib/buzhug/ trunk/extlib/buzhug/build/lib/buzhug/SimpleAsyncHTTPServer.py trunk/extlib/buzhug/build/lib/buzhug/__init__.py trunk/extlib/buzhug/build/lib/buzhug/buzhug.py trunk/extlib/buzhug/build/lib/buzhug/buzhug_algos.py trunk/extlib/buzhug/build/lib/buzhug/buzhug_client.py trunk/extlib/buzhug/build/lib/buzhug/buzhug_files.py trunk/extlib/buzhug/build/lib/buzhug/buzhug_server.py trunk/extlib/buzhug/build/lib/buzhug/buzhug_test.py trunk/extlib/buzhug/build/lib/buzhug/conversion_float.py trunk/extlib/buzhug/buzhug/ trunk/extlib/buzhug/buzhug/SimpleAsyncHTTPServer.py trunk/extlib/buzhug/buzhug/__init__.py trunk/extlib/buzhug/buzhug/__init__.pyc trunk/extlib/buzhug/buzhug/buzhug.py trunk/extlib/buzhug/buzhug/buzhug.pyc trunk/extlib/buzhug/buzhug/buzhug_algos.py trunk/extlib/buzhug/buzhug/buzhug_algos.pyc trunk/extlib/buzhug/buzhug/buzhug_client.py trunk/extlib/buzhug/buzhug/buzhug_client.pyc trunk/extlib/buzhug/buzhug/buzhug_files.py trunk/extlib/buzhug/buzhug/buzhug_files.pyc trunk/extlib/buzhug/buzhug/buzhug_server.py trunk/extlib/buzhug/buzhug/buzhug_test.py trunk/extlib/buzhug/buzhug/conversion_float.py trunk/extlib/buzhug/doc/ trunk/extlib/buzhug/doc/README.txt trunk/extlib/buzhug/doc/buzhug.css trunk/extlib/buzhug/doc/buzhug.html trunk/extlib/buzhug/doc/client_server.html trunk/extlib/buzhug/doc/implementation.html trunk/extlib/buzhug/doc/index.html trunk/extlib/buzhug/doc/intro.html trunk/extlib/buzhug/doc/menu.html trunk/extlib/buzhug/doc/performance.html trunk/extlib/buzhug/doc/quickref.html trunk/extlib/buzhug/doc/title.html trunk/extlib/buzhug/doc/tutorial.html trunk/extlib/buzhug/setup.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 01:30:57
|
Revision: 968 http://w3af.svn.sourceforge.net/w3af/?rev=968&view=rev Author: andresriancho Date: 2008-04-12 18:30:52 -0700 (Sat, 12 Apr 2008) Log Message: ----------- Removing old buzhug. Removed Paths: ------------- trunk/extlib/buzhug/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-13 01:23:01
|
Revision: 967 http://w3af.svn.sourceforge.net/w3af/?rev=967&view=rev Author: andresriancho Date: 2008-04-12 18:22:55 -0700 (Sat, 12 Apr 2008) Log Message: ----------- Added a title to the plugin config panel. Modified Paths: -------------- 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 01:12:50
|
Revision: 966 http://w3af.svn.sourceforge.net/w3af/?rev=966&view=rev Author: andresriancho Date: 2008-04-12 18:12:46 -0700 (Sat, 12 Apr 2008) Log Message: ----------- More plugins are now using option objects instead of options XML. Modified Paths: -------------- trunk/plugins/discovery/phishtank.py trunk/plugins/discovery/pykto.py trunk/plugins/discovery/serverHeader.py trunk/plugins/discovery/userDir.py trunk/plugins/discovery/yahooSiteExplorer.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: <ab...@us...> - 2008-04-12 22:23:41
|
Revision: 964 http://w3af.svn.sourceforge.net/w3af/?rev=964&view=rev Author: aberezh Date: 2008-04-12 15:23:37 -0700 (Sat, 12 Apr 2008) Log Message: ----------- consoleUi: renamed the modules. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/consoleUi.py branches/sasha/core/ui/consoleUi/io/unixctrl.py branches/sasha/core/ui/consoleUi/io/winctrl.py branches/sasha/core/ui/consoleUi/rootMenu.py Added Paths: ----------- branches/sasha/core/ui/consoleUi/io/ Removed Paths: ------------- branches/sasha/core/ui/consoleUi/terminal/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-04-12 21:58:42
|
Revision: 963 http://w3af.svn.sourceforge.net/w3af/?rev=963&view=rev Author: aberezh Date: 2008-04-12 14:58:39 -0700 (Sat, 12 Apr 2008) Log Message: ----------- consoleUi: rewrote low-level calls to enable Windows support. (Win support is not tested yet). Modified Paths: -------------- branches/sasha/core/ui/consoleUi/consoleUi.py branches/sasha/core/ui/consoleUi/posixterm.py Added Paths: ----------- branches/sasha/core/ui/consoleUi/terminal/ branches/sasha/core/ui/consoleUi/terminal/__init__.py branches/sasha/core/ui/consoleUi/terminal/common.py branches/sasha/core/ui/consoleUi/terminal/unixctrl.py branches/sasha/core/ui/consoleUi/terminal/winctrl.py Removed Paths: ------------- branches/sasha/core/ui/consoleUi/ecma48.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-04-12 13:59:11
|
Revision: 962 http://w3af.svn.sourceforge.net/w3af/?rev=962&view=rev Author: aberezh Date: 2008-04-12 06:59:05 -0700 (Sat, 12 Apr 2008) Log Message: ----------- consoleUi: Attempt to solve the windows history problem. Modified Paths: -------------- branches/sasha/core/ui/consoleUi/posixterm.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-12 13:24:39
|
Revision: 961 http://w3af.svn.sourceforge.net/w3af/?rev=961&view=rev Author: andresriancho Date: 2008-04-12 06:24:37 -0700 (Sat, 12 Apr 2008) Log Message: ----------- Starting beta7. Modified Paths: -------------- trunk/core/controllers/w3afCore.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-12 13:18:45
|
Revision: 960 http://w3af.svn.sourceforge.net/w3af/?rev=960&view=rev Author: andresriancho Date: 2008-04-12 06:18:31 -0700 (Sat, 12 Apr 2008) Log Message: ----------- Beta6 release tag. Added Paths: ----------- tags/beta6-release/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-12 13:16:05
|
Revision: 959 http://w3af.svn.sourceforge.net/w3af/?rev=959&view=rev Author: andresriancho Date: 2008-04-12 06:15:59 -0700 (Sat, 12 Apr 2008) Log Message: ----------- Creating tag directory and updating eric project file. Modified Paths: -------------- trunk/w3af.e3p Added Paths: ----------- tags/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-04-10 15:15:55
|
Task #147536 has been updated. Project: w3af Subproject: documentation Summary: Howto - Perform a fast scan Complete: 0% Status: Open Authority : andresriancho Assigned to: kaospunk Description: This should be a step by step guide on how to find the low hanging fruits. This is done by using two simple discovery plugins: webSpider, yahooSiteExplorer and if the site has a lot of javascript the documentation should recommend the usage of spiderMan; and finally the documentation should encourage the user to enable all grep plugins (document that they don't affect the run time because they don't send requests!) and all audit plugins, in order to FIND those vulns. Objective: Let the user know how to perform a fast scan. User interface: consoleUi (./w3af) Follow-Ups: ------------------------------------------------------- Date: 2008-04-10 12:15 By: andresriancho Comment: Assigned to kaospunk. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147536&group_id=170274&group_project_id=56046 |
From: <and...@us...> - 2008-04-10 02:27:06
|
Revision: 958 http://w3af.svn.sourceforge.net/w3af/?rev=958&view=rev Author: andresriancho Date: 2008-04-09 19:27:01 -0700 (Wed, 09 Apr 2008) Log Message: ----------- Fixed bug #1928152. Modified Paths: -------------- trunk/core/controllers/targetSettings.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |