Ryan, On Tue, Dec 1, 2009 at 12:02 PM, Ryan Dewhurst <[email protected]> wrote: > Hello all, > Get this error while trying to run a scan using the latest SVN checkout. > > Unhandled error, traceback: Traceback (most recent call last): File > "/home/ryan/RandomStorm/w3af/core/controllers/w3afCore.py", line 397, in > start self._realStart() File > "/home/ryan/RandomStorm/w3af/core/controllers/w3afCore.py", line 457, in > _realStart self._fuzzableRequestList = self._discoverAndBF() File > "/home/ryan/RandomStorm/w3af/core/controllers/w3afCore.py", line 342, in > _discoverAndBF discoveredFrList = self._discover( tmpList ) File > "/home/ryan/RandomStorm/w3af/core/controllers/w3afCore.py", line 611, in > _discover result = self._discoverWorker( toWalk ) File > "/home/ryan/RandomStorm/w3af/core/controllers/w3afCore.py", line 657, in > _discoverWorker pluginResult = plugin.discover_wrapper( fr ) File > "/home/ryan/RandomStorm/w3af/core/controllers/basePlugin/baseDiscoveryPlugin.py", > line 47, in discover_wrapper return self.discover( fuzzable_request_copy ) > File "/home/ryan/RandomStorm/w3af/plugins/discovery/webSpider.py", line 155, > in discover ownerObj=self ) File > "/home/ryan/RandomStorm/w3af/core/controllers/threads/threadManager.py", > line 95, in startFunction apply( target, args, kwds ) File > "/home/ryan/RandomStorm/w3af/plugins/discovery/webSpider.py", line 185, in > _verifyReferences if self.is404( response ): File > "/home/ryan/RandomStorm/w3af/core/controllers/coreHelpers/fingerprint404Page.py", > line 202, in is404 return self._byDirectoryAndExtension( httpResponse ) File > "/home/ryan/RandomStorm/w3af/core/controllers/coreHelpers/fingerprint404Page.py", > line 162, in _byDirectoryAndExtension html_body = self._get_clean_body( > httpResponse ) File > "/home/ryan/RandomStorm/w3af/core/controllers/coreHelpers/fingerprint404Page.py", > line 84, in _get_clean_body original_body = original_body.replace(i, '') > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 13735: > ordinal not in range(128) > > > Any ideas?
Please update to the latest version of w3af. I think that you have an old version, because the "fingerprint404Page.py" file was replaced by "fingerprint_404.py". Cheers, > -- > Ryan Dewhurst > > http://www.ethicalhack3r.co.uk > http://www.dvwa.co.uk > http://www.twitter.com/ethicalhack3r > > ------------------------------------------------------------------------------ > Join us December 9, 2009 for the Red Hat Virtual Experience, > a free event focused on virtualization and cloud computing. > Attend in-depth sessions from your desk. Your couch. Anywhere. > http://p.sf.net/sfu/redhat-sfdev2dev > _______________________________________________ > W3af-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/w3af-users > > -- Andrés Riancho Founder, Bonsai - Information Security http://www.bonsai-sec.com/ http://w3af.sf.net/ ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ W3af-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/w3af-users
