Thread: [W3af-svn-notify] SF.net SVN: w3af: [1175] trunk (Page 4)
Status: Beta
Brought to you by:
andresriancho
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: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-21 02:38:09
|
Revision: 1179 http://w3af.svn.sourceforge.net/w3af/?rev=1179&view=rev Author: andresriancho Date: 2008-05-20 19:38:06 -0700 (Tue, 20 May 2008) Log Message: ----------- Fixing bug #1964038 and adding a nicer script to unit test the plugin. Modified Paths: -------------- trunk/plugins/grep/directoryIndexing.py Added Paths: ----------- trunk/scripts/script-directoryIndexing.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-21 03:06:34
|
Revision: 1182 http://w3af.svn.sourceforge.net/w3af/?rev=1182&view=rev Author: andresriancho Date: 2008-05-20 20:06:28 -0700 (Tue, 20 May 2008) Log Message: ----------- Having a a.out file was an offence for Debian. Fixing bug #1962533. Modified Paths: -------------- trunk/w3af.e3t Removed Paths: ------------- trunk/core/controllers/vdaemon/a.out This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-21 03:19:47
|
Revision: 1184 http://w3af.svn.sourceforge.net/w3af/?rev=1184&view=rev Author: andresriancho Date: 2008-05-20 20:19:45 -0700 (Tue, 20 May 2008) Log Message: ----------- Removing almost all references to getOptionsXML. Modified Paths: -------------- trunk/core/controllers/basePlugin/baseBruteforcePlugin.py trunk/core/controllers/basePlugin/basePlugin.py trunk/core/controllers/configurable.py trunk/core/controllers/miscSettings.py trunk/core/controllers/targetSettings.py trunk/core/data/url/urlOpenerSettings.py trunk/plugins/attack/davShell.py trunk/plugins/attack/fileUploadShell.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/sqlmap.py trunk/plugins/attack/xssBeef.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-25 14:22:38
|
Revision: 1205 http://w3af.svn.sourceforge.net/w3af/?rev=1205&view=rev Author: andresriancho Date: 2008-05-25 07:22:36 -0700 (Sun, 25 May 2008) Log Message: ----------- Some minimal changes to the fuzzy request window. Modified Paths: -------------- trunk/core/ui/gtkUi/craftedRequests.py trunk/core/ui/gtkUi/entries.py 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-05-27 02:05:13
|
Revision: 1217 http://w3af.svn.sourceforge.net/w3af/?rev=1217&view=rev Author: andresriancho Date: 2008-05-26 19:05:12 -0700 (Mon, 26 May 2008) Log Message: ----------- Fixed bug #1972455 and made the code look better. Modified Paths: -------------- trunk/core/data/parsers/abstractParser.py trunk/core/data/parsers/pdfParser.py trunk/core/data/parsers/sgmlParser.py trunk/plugins/discovery/fingerGoogle.py trunk/plugins/discovery/fingerMSN.py trunk/plugins/grep/getMails.py trunk/w3af.e3t Added Paths: ----------- trunk/scripts/script-getMails.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-27 15:11:10
|
Revision: 1221 http://w3af.svn.sourceforge.net/w3af/?rev=1221&view=rev Author: andresriancho Date: 2008-05-27 08:11:03 -0700 (Tue, 27 May 2008) Log Message: ----------- Fixed bug #1974986. Modified Paths: -------------- trunk/core/ui/gtkUi/pluginconfig.py 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-05-28 02:32:14
|
Revision: 1223 http://w3af.svn.sourceforge.net/w3af/?rev=1223&view=rev Author: andresriancho Date: 2008-05-27 19:32:11 -0700 (Tue, 27 May 2008) Log Message: ----------- Fixing bug reported by Ulises in the advanced target settings; adding some code to make the debian package simpler. Modified Paths: -------------- trunk/core/controllers/misc/dependencyCheck.py trunk/core/data/fuzzer/fuzzer.py trunk/core/data/parsers/urlParser.py trunk/core/data/request/frFactory.py trunk/core/data/request/jsonPostDataRequest.py trunk/core/ui/gtkUi/confpanel.py trunk/w3af.e3t Added Paths: ----------- trunk/core/ui/gtkUi/clusterView.py Removed Paths: ------------- trunk/extlib/cluster/clusterView.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:44:52
|
Revision: 1224 http://w3af.svn.sourceforge.net/w3af/?rev=1224&view=rev Author: andresriancho Date: 2008-05-27 20:44:51 -0700 (Tue, 27 May 2008) Log Message: ----------- Added some code to the framework to integrate the clusterViewer window. After some tests I realized that the string comparison using difflib is slow; so I'm going to add some "clock" or some "please wait while processing" widget to the window. Modified Paths: -------------- trunk/core/data/url/httpResponse.py trunk/core/ui/gtkUi/clusterView.py trunk/core/ui/gtkUi/craftedRequests.py Added Paths: ----------- trunk/extlib/cluster/__init__.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 15:45:27
|
Revision: 1226 http://w3af.svn.sourceforge.net/w3af/?rev=1226&view=rev Author: andresriancho Date: 2008-05-28 08:44:47 -0700 (Wed, 28 May 2008) Log Message: ----------- Removed a signature that generated false positives in errorPages plugin. Modified the code of xUrllib in order to have unrestricted threads for grepWorker. Modified Paths: -------------- trunk/core/data/url/xUrllib.py trunk/plugins/grep/errorPages.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 17:34:27
|
Revision: 1227 http://w3af.svn.sourceforge.net/w3af/?rev=1227&view=rev Author: andresriancho Date: 2008-05-28 10:34:25 -0700 (Wed, 28 May 2008) Log Message: ----------- Cluster view window now remembers size and position. Added fileUpload directory signature. Modified Paths: -------------- trunk/core/ui/gtkUi/clusterView.py trunk/core/ui/gtkUi/craftedRequests.py trunk/plugins/audit/fileUpload.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 21:00:38
|
Revision: 1230 http://w3af.svn.sourceforge.net/w3af/?rev=1230&view=rev Author: andresriancho Date: 2008-05-29 14:00:31 -0700 (Thu, 29 May 2008) Log Message: ----------- Added a new plugin that detects the lack of ASP.NET event validation. Added Paths: ----------- trunk/plugins/grep/dotNetEventValidation.py trunk/scripts/script-dotNetEventValidation.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-06-03 10:54:20
|
Revision: 1250 http://w3af.svn.sourceforge.net/w3af/?rev=1250&view=rev Author: aberezh Date: 2008-06-03 03:54:12 -0700 (Tue, 03 Jun 2008) Log Message: ----------- proxy: a dirty hack to make it work and intercept requests without much home-bred request parsing. Will need to document it thoroughly. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py trunk/plugins/discovery/spiderMan.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-06-03 15:23:02
|
Revision: 1251 http://w3af.svn.sourceforge.net/w3af/?rev=1251&view=rev Author: aberezh Date: 2008-06-03 08:22:49 -0700 (Tue, 03 Jun 2008) Log Message: ----------- Proxy: Small refactoring and documentation. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py trunk/plugins/discovery/spiderMan.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:27:28
|
Revision: 1269 http://w3af.svn.sourceforge.net/w3af/?rev=1269&view=rev Author: andresriancho Date: 2008-06-07 08:27:26 -0700 (Sat, 07 Jun 2008) Log Message: ----------- New version of the clusterView window, which also changes some other files because I moved the throbber from main to helpers. Modified Paths: -------------- trunk/core/ui/gtkUi/clusterView.py trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/helpers.py trunk/core/ui/gtkUi/main.py 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-06-08 13:53:22
|
Revision: 1272 http://w3af.svn.sourceforge.net/w3af/?rev=1272&view=rev Author: andresriancho Date: 2008-06-08 06:53:20 -0700 (Sun, 08 Jun 2008) Log Message: ----------- Starting to work with encodings... hmmm... this could solve some bugs and introduce new ones... not sure about this commit. Modified Paths: -------------- trunk/core/data/url/httpResponse.py trunk/scripts/script-webSpider.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-10 13:11:08
|
Revision: 1274 http://w3af.svn.sourceforge.net/w3af/?rev=1274&view=rev Author: andresriancho Date: 2008-06-10 06:11:05 -0700 (Tue, 10 Jun 2008) Log Message: ----------- New signature for sql injection; comments and debug stuff for proxy and removed a print that Sasha added in spiderMan. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py trunk/plugins/audit/sqli.py trunk/plugins/discovery/spiderMan.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-11 01:58:28
|
Revision: 1278 http://w3af.svn.sourceforge.net/w3af/?rev=1278&view=rev Author: andresriancho Date: 2008-06-10 18:58:26 -0700 (Tue, 10 Jun 2008) Log Message: ----------- SSN and CreditCards == Now the number is printed in the message. Minimal fixes to httpResponse and added comment in threadManager (which needs to be rewritten). Modified Paths: -------------- trunk/core/controllers/threads/threadManager.py trunk/core/data/url/httpResponse.py trunk/core/data/url/xUrllib.py trunk/plugins/grep/creditCards.py trunk/plugins/grep/pathDisclosure.py trunk/plugins/grep/ssn.py 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-06-11 02:59:28
|
Revision: 1281 http://w3af.svn.sourceforge.net/w3af/?rev=1281&view=rev Author: andresriancho Date: 2008-06-10 19:59:22 -0700 (Tue, 10 Jun 2008) Log Message: ----------- Fixing false positives in osCommanding and in httpAuthDetect (#1988994). Modified Paths: -------------- trunk/plugins/audit/osCommanding.py trunk/plugins/grep/httpAuthDetect.py trunk/scripts/script-grepAll.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-11 12:20:09
|
Revision: 1285 http://w3af.svn.sourceforge.net/w3af/?rev=1285&view=rev Author: andresriancho Date: 2008-06-11 05:19:51 -0700 (Wed, 11 Jun 2008) Log Message: ----------- Fixed common issue in the kb when plugins called getData with self as first param. Modified Paths: -------------- trunk/core/controllers/basePlugin/baseAttackPlugin.py trunk/core/data/kb/knowledgeBase.py trunk/plugins/grep/httpAuthDetect.py trunk/plugins/grep/pathDisclosure.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-16 03:29:14
|
Revision: 1299 http://w3af.svn.sourceforge.net/w3af/?rev=1299&view=rev Author: andresriancho Date: 2008-06-15 20:29:12 -0700 (Sun, 15 Jun 2008) Log Message: ----------- Lots of changes! Now I'm using the persist class all over the place, and sending objects from one window to another instead of those annoying rows from buzhug. Modified Paths: -------------- trunk/core/controllers/threads/threadManager.py trunk/core/data/db/persist.py trunk/core/data/db/reqResDBHandler.py trunk/core/data/request/fuzzableRequest.py trunk/core/data/url/httpResponse.py trunk/core/ui/gtkUi/httpLogTab.py trunk/core/ui/gtkUi/reqResViewer.py trunk/core/ui/gtkUi/scanrun.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-06-16 18:29:41
|
Revision: 1308 http://w3af.svn.sourceforge.net/w3af/?rev=1308&view=rev Author: andresriancho Date: 2008-06-16 11:29:39 -0700 (Mon, 16 Jun 2008) Log Message: ----------- Fixing more bugs that I found during a more detailed testing of the new sqlite3 object persistence feature. Modified Paths: -------------- trunk/core/data/db/persist.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-06-18 02:43:21
|
Revision: 1318 http://w3af.svn.sourceforge.net/w3af/?rev=1318&view=rev Author: andresriancho Date: 2008-06-17 19:43:20 -0700 (Tue, 17 Jun 2008) Log Message: ----------- Small changes here and there to make the localproxy work as expected. The code ain't ready yet, but I think that I'll be able to deliver in some days. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py trunk/core/data/url/xUrllib.py trunk/core/ui/gtkUi/localproxy.py 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-06-21 20:36:20
|
Revision: 1333 http://w3af.svn.sourceforge.net/w3af/?rev=1333&view=rev Author: andresriancho Date: 2008-06-21 13:34:40 -0700 (Sat, 21 Jun 2008) Log Message: ----------- New question for the wizard. Documented httpLogTag search feature, and added a duplicate check for getMails. Modified Paths: -------------- trunk/core/ui/gtkUi/httpLogTab.py trunk/plugins/grep/getMails.py Added Paths: ----------- trunk/core/controllers/wizard/questions/question_target_1.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |