Thread: [W3af-svn-notify] SF.net SVN: w3af:[1483] trunk
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2008-07-19 18:37:53
|
Revision: 1483 http://w3af.svn.sourceforge.net/w3af/?rev=1483&view=rev Author: andresriancho Date: 2008-07-19 18:35:49 +0000 (Sat, 19 Jul 2008) Log Message: ----------- Fixed SSL bug in hmap. Modified Paths: -------------- trunk/plugins/discovery/oHmap/hmap.py trunk/scripts/script-genHmapFingerprint.w3af Added Paths: ----------- trunk/plugins/discovery/oHmap/known.servers/intoto-http-server-v1.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-07-20 17:32:02
|
Revision: 1492 http://w3af.svn.sourceforge.net/w3af/?rev=1492&view=rev Author: andresriancho Date: 2008-07-20 17:31:59 +0000 (Sun, 20 Jul 2008) Log Message: ----------- Trying to fix a problem reported by Fuzion "OperationalError: database is locked". Modified Paths: -------------- trunk/core/data/db/persist.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-07-20 19:10:23
|
Revision: 1493 http://w3af.svn.sourceforge.net/w3af/?rev=1493&view=rev Author: andresriancho Date: 2008-07-20 19:10:20 +0000 (Sun, 20 Jul 2008) Log Message: ----------- Changing some simple things in the way that the persist database is handled. Maybe this fixes some bugs... Modified Paths: -------------- trunk/core/controllers/targetSettings.py trunk/core/data/db/reqResDBHandler.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-07-23 00:28:09
|
Revision: 1500 http://w3af.svn.sourceforge.net/w3af/?rev=1500&view=rev Author: andresriancho Date: 2008-07-23 00:28:05 +0000 (Wed, 23 Jul 2008) Log Message: ----------- Fixing bug #2024767. Now HTML output is correctly written. Modified Paths: -------------- trunk/plugins/output/htmlFile.py trunk/scripts/script-htmlOutput.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-07-23 00:29:37
|
Revision: 1501 http://w3af.svn.sourceforge.net/w3af/?rev=1501&view=rev Author: andresriancho Date: 2008-07-23 00:29:34 +0000 (Wed, 23 Jul 2008) Log Message: ----------- Fixing an old bug that now I can reproduce, this was bug #[ 2020211 ] Pykto, seemingly endless looping. Modified Paths: -------------- trunk/core/controllers/coreHelpers/fingerprint404Page.py trunk/plugins/discovery/pykto.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-07-26 00:00:36
|
Revision: 1512 http://w3af.svn.sourceforge.net/w3af/?rev=1512&view=rev Author: andresriancho Date: 2008-07-26 00:00:34 +0000 (Sat, 26 Jul 2008) Log Message: ----------- Adding a new dependency. Modified Paths: -------------- trunk/core/controllers/misc/dependencyCheck.py Added Paths: ----------- trunk/extlib/xdot/ trunk/extlib/xdot/README trunk/extlib/xdot/__init__.py trunk/extlib/xdot/dot_parser.py trunk/extlib/xdot/pydot.py trunk/extlib/xdot/xdot.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-08-06 23:33:50
|
Revision: 1587 http://w3af.svn.sourceforge.net/w3af/?rev=1587&view=rev Author: andresriancho Date: 2008-08-06 23:33:47 +0000 (Wed, 06 Aug 2008) Log Message: ----------- Fixing [ 2040540 ] Target box does not accept valid 'file URL' - win32. Modified Paths: -------------- trunk/core/controllers/targetSettings.py trunk/scripts/script-targetsInFile.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-08-07 00:55:38
|
Revision: 1588 http://w3af.svn.sourceforge.net/w3af/?rev=1588&view=rev Author: andresriancho Date: 2008-08-07 00:55:36 +0000 (Thu, 07 Aug 2008) Log Message: ----------- Modified the way in which audit plugins report their findings. Now it's much more object oriented friendly =) Modified Paths: -------------- trunk/core/data/fuzzer/mutant.py trunk/core/data/fuzzer/mutantCookie.py trunk/core/data/fuzzer/mutantFileContent.py trunk/core/data/fuzzer/mutantFileName.py trunk/core/data/fuzzer/mutantHeaders.py trunk/core/data/fuzzer/mutantPostData.py trunk/plugins/audit/LDAPi.py trunk/plugins/audit/buffOverflow.py trunk/plugins/audit/fileUpload.py trunk/plugins/audit/formatString.py trunk/plugins/audit/generic.py trunk/plugins/audit/globalRedirect.py trunk/plugins/audit/localFileInclude.py trunk/plugins/audit/mxInjection.py trunk/plugins/audit/osCommanding.py trunk/plugins/audit/phishingVector.py trunk/plugins/audit/preg_replace.py trunk/plugins/audit/remoteFileInclude.py trunk/plugins/audit/responseSplitting.py trunk/plugins/audit/sqli.py trunk/plugins/audit/ssi.py trunk/plugins/audit/xpath.py trunk/plugins/audit/xss.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-08-10 12:58:03
|
Revision: 1618 http://w3af.svn.sourceforge.net/w3af/?rev=1618&view=rev Author: aberezh Date: 2008-08-10 12:58:01 +0000 (Sun, 10 Aug 2008) Log Message: ----------- consoleUi: - fixed small inusability: commands like exit and back are not suggested for submenus anymore. - experimental 'kb' menu for kb manipulations (try 'kb list vulns' after scanning) Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py trunk/core/ui/consoleUi/help.xml trunk/core/ui/consoleUi/menu.py trunk/core/ui/consoleUi/plugins.py trunk/core/ui/consoleUi/rootMenu.py trunk/scripts/script-xssForms.w3af Added Paths: ----------- trunk/core/ui/consoleUi/kbMenu.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Andres R. <and...@gm...> - 2008-08-10 13:32:27
|
Sasha, I like the kb feature! =) One question... was the proxy.py file supposed to be commited also? Is this version fixing the bug Adam found in the proxy? Cheers, On Sun, Aug 10, 2008 at 9:58 AM, <ab...@us...> wrote: > Revision: 1618 > http://w3af.svn.sourceforge.net/w3af/?rev=1618&view=rev > Author: aberezh > Date: 2008-08-10 12:58:01 +0000 (Sun, 10 Aug 2008) > > Log Message: > ----------- > consoleUi: > - fixed small inusability: commands like exit and back are not suggested for submenus anymore. > - experimental 'kb' menu for kb manipulations (try 'kb list vulns' after scanning) > > Modified Paths: > -------------- > trunk/core/controllers/daemons/proxy.py > trunk/core/ui/consoleUi/help.xml > trunk/core/ui/consoleUi/menu.py > trunk/core/ui/consoleUi/plugins.py > trunk/core/ui/consoleUi/rootMenu.py > trunk/scripts/script-xssForms.w3af > > Added Paths: > ----------- > trunk/core/ui/consoleUi/kbMenu.py > > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > W3af-svn-notify mailing list > W3a...@li... > https://lists.sourceforge.net/lists/listinfo/w3af-svn-notify > -- Andres Riancho http://w3af.sourceforge.net/ Web Application Attack and Audit Framework |
From: <and...@us...> - 2008-08-15 15:04:27
|
Revision: 1640 http://w3af.svn.sourceforge.net/w3af/?rev=1640&view=rev Author: andresriancho Date: 2008-08-15 15:04:25 +0000 (Fri, 15 Aug 2008) Log Message: ----------- Adding phpinfo plugin created by Viktor. Added Paths: ----------- trunk/plugins/discovery/phpinfo.py trunk/scripts/script-phpinfo.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-08-22 02:10:10
|
Revision: 1645 http://w3af.svn.sourceforge.net/w3af/?rev=1645&view=rev Author: andresriancho Date: 2008-08-22 02:10:07 +0000 (Fri, 22 Aug 2008) Log Message: ----------- Replacing w3af "executable" with w3af_gui and w3af_console. Added Paths: ----------- trunk/w3af_console trunk/w3af_gui Removed Paths: ------------- trunk/w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-08-23 03:03:14
|
Revision: 1649 http://w3af.svn.sourceforge.net/w3af/?rev=1649&view=rev Author: andresriancho Date: 2008-08-23 03:03:11 +0000 (Sat, 23 Aug 2008) Log Message: ----------- Adding a new plugin to trigger asp.net errors. Added Paths: ----------- trunk/plugins/discovery/dotNetErrors.py trunk/scripts/script-dotNetErrors.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-08-25 22:21:39
|
Revision: 1662 http://w3af.svn.sourceforge.net/w3af/?rev=1662&view=rev Author: andresriancho Date: 2008-08-25 22:21:33 +0000 (Mon, 25 Aug 2008) Log Message: ----------- Adding new features to the local file include plugin, and giving credit to Eduardo. Modified Paths: -------------- trunk/plugins/audit/localFileInclude.py trunk/readme/CONTRIBUTORS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-08-27 16:06:58
|
Revision: 1670 http://w3af.svn.sourceforge.net/w3af/?rev=1670&view=rev Author: andresriancho Date: 2008-08-27 16:06:49 +0000 (Wed, 27 Aug 2008) Log Message: ----------- Small performance improvement in the verification of the response mime type, which affects most of the grep plugins. Modified Paths: -------------- trunk/core/data/url/httpResponse.py trunk/plugins/discovery/digitSum.py trunk/plugins/discovery/spiderMan.py trunk/plugins/discovery/urlFuzzer.py trunk/plugins/discovery/webDiff.py trunk/plugins/discovery/webSpider.py trunk/plugins/grep/ajax.py trunk/plugins/grep/codeDisclosure.py trunk/plugins/grep/creditCards.py trunk/plugins/grep/directoryIndexing.py trunk/plugins/grep/domXss.py trunk/plugins/grep/dotNetEventValidation.py trunk/plugins/grep/error500.py trunk/plugins/grep/errorPages.py trunk/plugins/grep/feeds.py trunk/plugins/grep/fileUpload.py trunk/plugins/grep/findComments.py trunk/plugins/grep/hashFind.py trunk/plugins/grep/httpAuthDetect.py trunk/plugins/grep/httpInBody.py trunk/plugins/grep/metaTags.py trunk/plugins/grep/motw.py trunk/plugins/grep/newline.py trunk/plugins/grep/objects.py trunk/plugins/grep/oracle.py trunk/plugins/grep/passwordProfilingPlugins/html.py trunk/plugins/grep/pathDisclosure.py trunk/plugins/grep/privateIP.py trunk/plugins/grep/ssn.py trunk/plugins/grep/svnUsers.py trunk/plugins/grep/wsdlGreper.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-08-30 22:19:55
|
Revision: 1681 http://w3af.svn.sourceforge.net/w3af/?rev=1681&view=rev Author: andresriancho Date: 2008-08-30 22:19:49 +0000 (Sat, 30 Aug 2008) Log Message: ----------- Adding the first test for i18n. Modified Paths: -------------- trunk/core/ui/gtkUi/main.py trunk/w3af_console trunk/w3af_gui Added Paths: ----------- trunk/locales/ trunk/locales/es/ trunk/locales/es/LC_MESSAGES/ trunk/locales/es/LC_MESSAGES/w3af.mo trunk/locales/es/LC_MESSAGES/w3af.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-08-30 23:53:11
|
Revision: 1683 http://w3af.svn.sourceforge.net/w3af/?rev=1683&view=rev Author: andresriancho Date: 2008-08-30 23:53:09 +0000 (Sat, 30 Aug 2008) Log Message: ----------- First translation of main.py. Modified Paths: -------------- trunk/core/ui/gtkUi/main.py trunk/locales/es/LC_MESSAGES/w3af.mo trunk/locales/es/LC_MESSAGES/w3af.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-08-31 16:39:57
|
Revision: 1684 http://w3af.svn.sourceforge.net/w3af/?rev=1684&view=rev Author: andresriancho Date: 2008-08-31 16:39:49 +0000 (Sun, 31 Aug 2008) Log Message: ----------- Fixing some language bugs reported by fuzion in [ 2085265 ] Correct misspellings in source code . Modified Paths: -------------- trunk/core/controllers/w3afAgent/AESSocket.py trunk/core/data/kb/proxy.py trunk/core/data/kb/shell.py trunk/plugins/audit/generic.py trunk/plugins/discovery/allowedMethods.py trunk/plugins/discovery/digitSum.py trunk/plugins/grep/metaTags.py trunk/scripts/script-errorPages.w3af trunk/scripts/script-evasion-all.w3af trunk/scripts/script-evasion-modsecurity.w3af trunk/scripts/script-evasionXss.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-09-02 01:18:01
|
Revision: 1696 http://w3af.svn.sourceforge.net/w3af/?rev=1696&view=rev Author: andresriancho Date: 2008-09-02 01:17:58 +0000 (Tue, 02 Sep 2008) Log Message: ----------- Grep plugins performance enhancement. Modified Paths: -------------- trunk/core/data/url/httpResponse.py trunk/plugins/grep/errorPages.py trunk/plugins/grep/httpInBody.py trunk/plugins/grep/lang.py trunk/plugins/grep/oracle.py trunk/plugins/grep/pathDisclosure.py trunk/plugins/grep/privateIP.py trunk/plugins/grep/wsdlGreper.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-09-14 17:58:31
|
Revision: 1733 http://w3af.svn.sourceforge.net/w3af/?rev=1733&view=rev Author: andresriancho Date: 2008-09-14 17:58:28 +0000 (Sun, 14 Sep 2008) Log Message: ----------- Profiles now save/load the http and misc settings. Modified Paths: -------------- trunk/core/controllers/w3afCore.py trunk/core/data/profile/profile.py trunk/core/ui/gtkUi/confpanel.py trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/pluginconfig.py trunk/core/ui/gtkUi/profiles.py trunk/profiles/OWASP_TOP10.ini trunk/profiles/fast_scan.ini trunk/profiles/full_audit.ini trunk/profiles/full_audit_manual_disc.ini This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-09-24 18:33:16
|
Revision: 1820 http://w3af.svn.sourceforge.net/w3af/?rev=1820&view=rev Author: facundobatista Date: 2008-09-24 18:33:08 +0000 (Wed, 24 Sep 2008) Log Message: ----------- Exported the docs to HTML and integrated it to all Help buttons. Modified Paths: -------------- trunk/core/ui/gtkUi/compare.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/proxywin.py trunk/readme/gtkUiUsersGuide.odt Added Paths: ----------- trunk/readme/gtkUiHTML/ trunk/readme/gtkUiHTML/gtkUiUsersGuide.html trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_138eb8c6.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_19e0370.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_1bd5f7b1.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_33d39b79.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_3b3360d1.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_40c50a7e.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_434411c8.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_4809e930.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_490ccf4d.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_4efa8b8b.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_52654ed2.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_5df47c66.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_642cbc2.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_69079678.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_715eb766.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_7254acf5.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_744f5eda.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_m14d55490.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_m1578427e.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_m1b308ac.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_m2d93f383.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_m2de7cfe6.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_m3291ea61.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_m368527fb.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_m40b18f70.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_m529b81c5.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_m545886e1.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_m5b06553e.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_m60e54cd5.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_m6817cbb9.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_m786b396b.png trunk/readme/gtkUiHTML/gtkUiUsersGuide_html_m81acf4d.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-09-24 20:06:37
|
Revision: 1821 http://w3af.svn.sourceforge.net/w3af/?rev=1821&view=rev Author: facundobatista Date: 2008-09-24 20:06:29 +0000 (Wed, 24 Sep 2008) Log Message: ----------- The F1 is integrated now in the main window. Modified Paths: -------------- trunk/core/ui/gtkUi/helpers.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/scanrun.py Added Paths: ----------- trunk/readme/gtkUiHTML/index.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-09-28 17:01:37
|
Revision: 1834 http://w3af.svn.sourceforge.net/w3af/?rev=1834&view=rev Author: andresriancho Date: 2008-09-28 17:01:27 +0000 (Sun, 28 Sep 2008) Log Message: ----------- Removing old eric3 project files, adding new eric4 project files. Added Paths: ----------- trunk/w3af.e4p trunk/w3af.e4q trunk/w3af.e4t Removed Paths: ------------- trunk/w3af.e3p trunk/w3af.e3t This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-10-09 02:39:43
|
Revision: 1841 http://w3af.svn.sourceforge.net/w3af/?rev=1841&view=rev Author: andresriancho Date: 2008-10-09 02:39:34 +0000 (Thu, 09 Oct 2008) Log Message: ----------- Slight changes to the form bruteforcing. Modified Paths: -------------- trunk/plugins/bruteforce/formAuthBrute.py trunk/scripts/script-formLoginBrute.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-10-09 03:13:18
|
Revision: 1847 http://w3af.svn.sourceforge.net/w3af/?rev=1847&view=rev Author: andresriancho Date: 2008-10-09 03:13:04 +0000 (Thu, 09 Oct 2008) Log Message: ----------- Updated project files. Modified Paths: -------------- trunk/w3af.e4q trunk/w3af.e4t This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |