[W3af-svn-notify] SF.net SVN: w3af: [1430] trunk
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2008-07-09 14:39:07
|
Revision: 1430 http://w3af.svn.sourceforge.net/w3af/?rev=1430&view=rev Author: andresriancho Date: 2008-07-09 07:39:03 -0700 (Wed, 09 Jul 2008) Log Message: ----------- Fixing urlParser bug #2013839. The problem was that getDomain actually returned the net location (host:port). Now I added a getNetLocation function, and also modified every plugin and section of the framework to cope with this change. Modified Paths: -------------- trunk/core/controllers/targetSettings.py trunk/core/data/parsers/urlParser.py trunk/plugins/attack/mysqlWebShell.py trunk/plugins/discovery/findvhost.py trunk/plugins/discovery/hmap.py trunk/plugins/evasion/fullWidthEncode.py trunk/plugins/evasion/reversedSlashes.py trunk/plugins/evasion/rndCase.py trunk/plugins/evasion/rndHexEncode.py trunk/plugins/evasion/rndParam.py trunk/plugins/evasion/rndPath.py trunk/plugins/evasion/selfReference.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |