w3af-svn-notify Mailing List for w3af (Page 240)
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-05-21 02:04:06
|
Task #148623 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: Add icons for http-config and misc-config Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: Add icons for http-config and misc-config in the main menu window. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148623&group_id=170274&group_project_id=56282 |
From: SourceForge.net <no...@so...> - 2008-05-21 02:02:56
|
Task #148622 has been updated. Project: w3af Subproject: consoleUi - Phase 2 Summary: add a warning to the user when he enables all discovery plugins Complete: 0% Status: Open Authority : andresriancho Assigned to: aberezh Description: add a warning to the user when he enables all discovery plugins ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148622&group_id=170274&group_project_id=55868 |
From: SourceForge.net <no...@so...> - 2008-05-21 02:01:40
|
Task #148621 has been updated. Project: w3af Subproject: gtkUi - Phase 4 Summary: add a warning to the user when he enables all discovery plugins Complete: 0% Status: Open Authority : andresriancho Assigned to: nobody Description: add a warning to the user when he enables all discovery plugins; the warning message should say: "Enabling all discovery plugins isn't recommended, this task will take *a lot of time*!" ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148621&group_id=170274&group_project_id=55676 |
From: SourceForge.net <no...@so...> - 2008-05-21 02:00:22
|
Task #148620 has been updated. Project: w3af Subproject: TODO v1.00 Summary: check w3af version and report outdated Complete: 0% Status: Open Authority : andresriancho Assigned to: nobody Description: check w3af version and report outdated. This should be done making a request to http://w3af.sf.net/get_latest.php (a script that we have to develop and returns the latest version) ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148620&group_id=170274&group_project_id=48542 |
From: <and...@us...> - 2008-05-20 03:50:36
|
Revision: 1178 http://w3af.svn.sourceforge.net/w3af/?rev=1178&view=rev Author: andresriancho Date: 2008-05-19 20:50:25 -0700 (Mon, 19 May 2008) Log Message: ----------- Fixed bug #1967620. Modified 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-05-20 03:29:35
|
Revision: 1177 http://w3af.svn.sourceforge.net/w3af/?rev=1177&view=rev Author: andresriancho Date: 2008-05-19 20:29:15 -0700 (Mon, 19 May 2008) Log Message: ----------- Fixing bug generated by getOptionsXML. I still have to remove some references of that method of the code... Modified Paths: -------------- trunk/core/data/profile/profile.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-20 03:22:55
|
Revision: 1176 http://w3af.svn.sourceforge.net/w3af/?rev=1176&view=rev Author: andresriancho Date: 2008-05-19 20:22:40 -0700 (Mon, 19 May 2008) Log Message: ----------- Bye bye webUi. Modified Paths: -------------- trunk/w3af Removed Paths: ------------- trunk/core/ui/webUi/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-20 03:15:36
|
Revision: 1175 http://w3af.svn.sourceforge.net/w3af/?rev=1175&view=rev Author: andresriancho Date: 2008-05-19 20:15:22 -0700 (Mon, 19 May 2008) Log Message: ----------- w0w! I don't need getOptionsXML anymore! Modified Paths: -------------- trunk/core/controllers/basePlugin/baseBruteforcePlugin.py trunk/core/controllers/basePlugin/baseDiscoveryPlugin.py trunk/core/controllers/basePlugin/baseEvasionPlugin.py trunk/core/controllers/basePlugin/baseGrepPlugin.py trunk/core/controllers/basePlugin/baseManglePlugin.py trunk/core/controllers/basePlugin/basePlugin.py trunk/core/controllers/configurable.py trunk/core/controllers/misc/factory.py trunk/core/controllers/miscSettings.py trunk/core/controllers/outputManager.py trunk/core/controllers/targetSettings.py trunk/core/controllers/w3afCore.py trunk/core/data/options/option.py trunk/core/data/options/optionList.py trunk/core/data/profile/profile.py trunk/core/data/url/urlOpenerSettings.py trunk/core/ui/consoleUi/config.py trunk/core/ui/consoleUi/plugins.py trunk/core/ui/consoleUi/rootMenu.py trunk/core/ui/gtkUi/confpanel.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/pluginconfig.py trunk/core/ui/gtkUi/profiles.py trunk/plugins/attack/davShell.py trunk/plugins/attack/fileUploadShell.py trunk/plugins/attack/googleProxy.py trunk/plugins/attack/localFileReader.py trunk/plugins/attack/mysqlWebShell.py trunk/plugins/attack/osCommandingShell.py trunk/plugins/attack/remoteFileIncludeShell.py trunk/plugins/attack/rfiProxy.py trunk/plugins/attack/xssBeef.py trunk/plugins/audit/blindSqli.py trunk/plugins/audit/fileUpload.py trunk/plugins/audit/frontpage.py trunk/plugins/audit/generic.py trunk/plugins/audit/remoteFileInclude.py trunk/plugins/audit/xss.py trunk/plugins/discovery/MSNSpider.py trunk/plugins/discovery/_mailer.py trunk/plugins/discovery/_web20Spider.py trunk/plugins/discovery/allowedMethods.py trunk/plugins/discovery/digitSum.py trunk/plugins/discovery/fingerGoogle.py trunk/plugins/discovery/fingerMSN.py trunk/plugins/discovery/ghdb.py trunk/plugins/discovery/googleSafeBrowsing.py trunk/plugins/discovery/googleSets.py trunk/plugins/discovery/googleSpider.py trunk/plugins/discovery/hmap.py trunk/plugins/discovery/importResults.py trunk/plugins/discovery/localProxy.py trunk/plugins/discovery/pykto.py trunk/plugins/discovery/serverHeader.py trunk/plugins/discovery/sharedHosting.py trunk/plugins/discovery/spiderMan.py trunk/plugins/discovery/urlFuzzer.py trunk/plugins/discovery/userDir.py trunk/plugins/discovery/webDiff.py trunk/plugins/discovery/webSpider.py trunk/plugins/discovery/yahooSiteExplorer.py trunk/plugins/grep/findComments.py trunk/plugins/grep/metaTags.py trunk/plugins/grep/motw.py trunk/plugins/mangle/sed.py trunk/plugins/output/console.py trunk/plugins/output/htmlFile.py trunk/plugins/output/textFile.py trunk/w3af.e3p trunk/w3af.e3t Removed Paths: ------------- trunk/core/controllers/misc/parseOptions.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-20 03:03:19
|
Revision: 1174 http://w3af.svn.sourceforge.net/w3af/?rev=1174&view=rev Author: andresriancho Date: 2008-05-19 20:03:00 -0700 (Mon, 19 May 2008) Log Message: ----------- Updated beta version in splash image. Modified Paths: -------------- trunk/core/ui/gtkUi/data/splash.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-05-20 02:31:19
|
Task #148603 has been updated. Project: w3af Subproject: gtkUi - Phase 4 Summary: warning when enabling ALL discovery plugins Complete: 0% Status: Open Authority : andresriancho Assigned to: nobody Description: warning when enabling ALL discovery plugins ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148603&group_id=170274&group_project_id=55676 |
From: SourceForge.net <no...@so...> - 2008-05-20 02:30:34
|
Task #148369 has been updated. Project: w3af Subproject: gtkUi - Phase 4 Summary: show what plugin is being run Complete: 100% Status: Closed Authority : andresriancho Assigned to: andresriancho Description: show what plugin is being run Follow-Ups: ------------------------------------------------------- Date: 2008-05-19 23:30 By: andresriancho Comment: Done! ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148369&group_id=170274&group_project_id=55676 |
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: <and...@us...> - 2008-05-19 18:51:24
|
Revision: 1172 http://w3af.svn.sourceforge.net/w3af/?rev=1172&view=rev Author: andresriancho Date: 2008-05-19 11:51:06 -0700 (Mon, 19 May 2008) Log Message: ----------- Adding some debug lines to understand bug #1967316. Modified Paths: -------------- trunk/core/data/parsers/sgmlParser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-19 03:16:00
|
Revision: 1171 http://w3af.svn.sourceforge.net/w3af/?rev=1171&view=rev Author: andresriancho Date: 2008-05-18 20:15:52 -0700 (Sun, 18 May 2008) Log Message: ----------- Adding our own pylint rc file. Added Paths: ----------- extras/misc/pylint.rc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-19 03:15:13
|
Revision: 1170 http://w3af.svn.sourceforge.net/w3af/?rev=1170&view=rev Author: andresriancho Date: 2008-05-18 20:15:11 -0700 (Sun, 18 May 2008) Log Message: ----------- Fixing some bugs and making the code look better. Modified Paths: -------------- trunk/plugins/audit/buffOverflow.py trunk/plugins/output/gtkOutput.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-19 02:55:01
|
Revision: 1169 http://w3af.svn.sourceforge.net/w3af/?rev=1169&view=rev Author: andresriancho Date: 2008-05-18 19:54:58 -0700 (Sun, 18 May 2008) Log Message: ----------- Added new feature to the log window. Modified Paths: -------------- trunk/core/controllers/w3afCore.py trunk/core/ui/gtkUi/logtab.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-05-19 02:37:16
|
Revision: 1168 http://w3af.svn.sourceforge.net/w3af/?rev=1168&view=rev Author: facundobatista Date: 2008-05-18 19:37:11 -0700 (Sun, 18 May 2008) Log Message: ----------- Close the window in a delete event. Modified Paths: -------------- 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: <ab...@us...> - 2008-05-17 17:56:03
|
Revision: 1167 http://w3af.svn.sourceforge.net/w3af/?rev=1167&view=rev Author: aberezh Date: 2008-05-17 10:55:56 -0700 (Sat, 17 May 2008) Log Message: ----------- consoleUi: small aesthetical fix for ^D/^C when the current command line is not empty. Modified Paths: -------------- trunk/core/ui/consoleUi/consoleUi.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-05-17 17:47:17
|
Revision: 1166 http://w3af.svn.sourceforge.net/w3af/?rev=1166&view=rev Author: aberezh Date: 2008-05-17 10:47:15 -0700 (Sat, 17 May 2008) Log Message: ----------- consoleUi: small fix for the !-prefixed plugins completion. Modified Paths: -------------- trunk/core/ui/consoleUi/util.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-05-16 17:18:41
|
Revision: 1165 http://w3af.svn.sourceforge.net/w3af/?rev=1165&view=rev Author: facundobatista Date: 2008-05-16 10:18:34 -0700 (Fri, 16 May 2008) Log Message: ----------- Reverted the import change... Modified Paths: -------------- 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: <and...@us...> - 2008-05-16 16:06:58
|
Revision: 1164 http://w3af.svn.sourceforge.net/w3af/?rev=1164&view=rev Author: andresriancho Date: 2008-05-16 09:06:49 -0700 (Fri, 16 May 2008) Log Message: ----------- Fixing bugs! Modified Paths: -------------- trunk/core/data/url/handlers/MultipartPostHandler.py trunk/plugins/attack/db/dbDriverFunctions.py trunk/plugins/attack/fileUploadShell.py trunk/plugins/attack/localFileReader.py trunk/plugins/attack/remoteFileIncludeShell.py trunk/plugins/audit/dav.py trunk/plugins/discovery/detectReverseProxy.py trunk/plugins/discovery/detectWAF.py trunk/plugins/discovery/ghdb.py trunk/plugins/discovery/googleSafeBrowsing.py trunk/plugins/discovery/phishtank.py trunk/plugins/output/gtkOutput.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-16 15:47:43
|
Revision: 1163 http://w3af.svn.sourceforge.net/w3af/?rev=1163&view=rev Author: andresriancho Date: 2008-05-16 08:47:41 -0700 (Fri, 16 May 2008) Log Message: ----------- Fixing more undefined variables found by pylint. This tool is impressive. Modified Paths: -------------- trunk/core/controllers/basePlugin/baseEvasionPlugin.py trunk/core/controllers/basePlugin/baseGrepPlugin.py trunk/core/data/db/reqResDBHandler.py trunk/core/data/request/frFactory.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-16 15:28:17
|
Revision: 1162 http://w3af.svn.sourceforge.net/w3af/?rev=1162&view=rev Author: andresriancho Date: 2008-05-16 08:28:09 -0700 (Fri, 16 May 2008) Log Message: ----------- fixing some more undefined variables found by pylint. Modified Paths: -------------- trunk/core/controllers/basePlugin/baseManglePlugin.py trunk/core/controllers/misc/commonAttackMethods.py trunk/core/ui/consoleUi/exploit.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-16 15:25:27
|
Revision: 1161 http://w3af.svn.sourceforge.net/w3af/?rev=1161&view=rev Author: andresriancho Date: 2008-05-16 08:25:18 -0700 (Fri, 16 May 2008) Log Message: ----------- Added a FIXME to the code. Modified Paths: -------------- trunk/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-05-16 15:19:34
|
Revision: 1160 http://w3af.svn.sourceforge.net/w3af/?rev=1160&view=rev Author: andresriancho Date: 2008-05-16 08:19:20 -0700 (Fri, 16 May 2008) Log Message: ----------- Fixing some bugs found by pylint. I'm going to use pylint until the code doesn't have any errors. Modified Paths: -------------- trunk/core/controllers/basePlugin/baseManglePlugin.py trunk/core/controllers/basePlugin/baseOutputPlugin.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. |