Thread: [W3af-svn-notify] SF.net SVN: w3af: [654] trunk/plugins
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2008-02-09 18:45:56
|
Revision: 654 http://w3af.svn.sourceforge.net/w3af/?rev=654&view=rev Author: andresriancho Date: 2008-02-09 10:45:54 -0800 (Sat, 09 Feb 2008) Log Message: ----------- Modified output plugins in order to handle some special cases that generate non-ascii strings. Modified Paths: -------------- trunk/plugins/discovery/pykto.py trunk/plugins/output/gtkOutput.py trunk/plugins/output/htmlFile.py trunk/plugins/output/textFile.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-23 11:47:36
|
Revision: 1025 http://w3af.svn.sourceforge.net/w3af/?rev=1025&view=rev Author: andresriancho Date: 2008-04-23 04:46:17 -0700 (Wed, 23 Apr 2008) Log Message: ----------- Fixing bug #1934489 in allowed methods and making the code more readable in the gtkOutput and osCommandingShell plugins. Modified Paths: -------------- trunk/plugins/attack/osCommandingShell.py trunk/plugins/discovery/allowedMethods.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-04-24 03:47:54
|
Revision: 1028 http://w3af.svn.sourceforge.net/w3af/?rev=1028&view=rev Author: andresriancho Date: 2008-04-23 20:47:32 -0700 (Wed, 23 Apr 2008) Log Message: ----------- Fixing incorrect usage of "except Exception"; now I try to use more specific exception handlers. Modified Paths: -------------- trunk/plugins/attack/davShell.py trunk/plugins/attack/fileUploadShell.py trunk/plugins/attack/localFileReader.py trunk/plugins/attack/osCommandingShell.py trunk/plugins/attack/rfiProxy.py trunk/plugins/attack/sqlmap.py trunk/plugins/audit/frontpage.py trunk/plugins/bruteforce/basicAuthBrute.py trunk/plugins/discovery/fingerGoogle.py trunk/plugins/discovery/fingerMSN.py trunk/plugins/discovery/pykto.py trunk/plugins/discovery/urlFuzzer.py trunk/plugins/discovery/webSpider.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-27 15:31:04
|
Revision: 1050 http://w3af.svn.sourceforge.net/w3af/?rev=1050&view=rev Author: andresriancho Date: 2008-04-27 08:31:00 -0700 (Sun, 27 Apr 2008) Log Message: ----------- Added some error signatures. Modified Paths: -------------- trunk/plugins/audit/sqli.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-13 14:24:52
|
Revision: 1151 http://w3af.svn.sourceforge.net/w3af/?rev=1151&view=rev Author: andresriancho Date: 2008-05-13 07:24:43 -0700 (Tue, 13 May 2008) Log Message: ----------- Added FIXME messages to myself. Modified Paths: -------------- trunk/plugins/audit/mxInjection.py trunk/plugins/bruteforce/formAuthBrute.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: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-06-11 02:27:51
|
Revision: 1280 http://w3af.svn.sourceforge.net/w3af/?rev=1280&view=rev Author: andresriancho Date: 2008-06-10 19:27:50 -0700 (Tue, 10 Jun 2008) Log Message: ----------- While fixing bug #1984680 (xsrf not saved to kb) I found a problem with the types of the gtkUi database and fixed it. Modified Paths: -------------- trunk/plugins/audit/xsrf.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-11 03:31:00
|
Revision: 1282 http://w3af.svn.sourceforge.net/w3af/?rev=1282&view=rev Author: andresriancho Date: 2008-06-10 20:30:56 -0700 (Tue, 10 Jun 2008) Log Message: ----------- While fixing [ 1989003 ] shared hosting false positive, I found some bugs in the handling of UTF8 in the output plugins, so I also fixed those. Modified Paths: -------------- trunk/plugins/discovery/sharedHosting.py trunk/plugins/output/htmlFile.py trunk/plugins/output/textFile.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-07-07 20:50:04
|
Revision: 1410 http://w3af.svn.sourceforge.net/w3af/?rev=1410&view=rev Author: andresriancho Date: 2008-07-07 13:50:00 -0700 (Mon, 07 Jul 2008) Log Message: ----------- Added new phpEggs signature, and really fixed the false positive bug. Modified Paths: -------------- trunk/plugins/discovery/phpEggs.py trunk/plugins/grep/pathDisclosure.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |