Yilmaz,

    Please read inline,

On Tue, Mar 9, 2010 at 6:53 AM, Yilmaz Cankaya
<[email protected]> wrote:
>  Hi All
> I got the following (possibly) bug message while running
> w3af from trunk at revision 3420.
>
> **********************************************
> Unhandled error, traceback: Traceback (most recent call last):
>   File "/home/perge/Programs/w3af/trunk/core/controllers/w3afCore.py",
> line 415, in start
>     self._realStart()
>   File "/home/perge/Programs/w3af/trunk/core/controllers/w3afCore.py",
> line 483, in _realStart
>     self._fuzzableRequestList = self._discover_and_bruteforce()
>   File "/home/perge/Programs/w3af/trunk/core/controllers/w3afCore.py",
> line 360, in _discover_and_bruteforce
>     discovered_fr_list = self._discover( tmp_list )
>   File "/home/perge/Programs/w3af/trunk/core/controllers/w3afCore.py",
> line 707, in _discover
>     result = self._discoverWorker( toWalk )
>   File "/Programs/w3af/trunk/core/controllers/w3afCore.py", line 753,
> in _discoverWorker
>     pluginResult = plugin.discover_wrapper( fr )
>   File
> "/Programs/w3af/trunk/core/controllers/basePlugin/baseDiscoveryPlugin.py",
> line 48, in discover_wrapper
>     return self.discover( fuzzable_request_copy )
>   File "/Programs/w3af/trunk/plugins/discovery/webSpider.py", line 190,
> in discover
>     self._already_crawled.append(ref)
>   File "/Programs/w3af/trunk/core/data/db/temp_persist.py", line 136,
> in append
>     self._conn.execute("insert into data values (?, ?)", t)
> ProgrammingError: You must not use 8-bit bytestrings unless you use a
> text_factory that can interpret 8-bit bytestrings (like text_factory =
> str). It is highly recommended that you instead just switch your
> application to Unicode strings.

    Ooops! Thats an ugly crash.

>
> Traceback (most recent call last):
>   File "/Programs/w3af/trunk/core/ui/gtkUi/main.py", line 588, in
> startScanWrap
>     self.w3af.start()
>   File "/Programs/w3af/trunk/core/controllers/w3afCore.py", line 415,
> in start
>     self._realStart()
>   File "/Programs/w3af/trunk/core/controllers/w3afCore.py", line 483,
> in _realStart
>     self._fuzzableRequestList = self._discover_and_bruteforce()
>   File "/Programs/w3af/trunk/core/controllers/w3afCore.py", line 360,
> in _discover_and_bruteforce
>     discovered_fr_list = self._discover( tmp_list )
>   File "/Programs/w3af/trunk/core/controllers/w3afCore.py", line 707,
> in _discover
>     result = self._discoverWorker( toWalk )
>   File "/Programs/w3af/trunk/core/controllers/w3afCore.py", line 753,
> in _discoverWorker
>     pluginResult = plugin.discover_wrapper( fr )
>   File
> "/Programs/w3af/trunk/core/controllers/basePlugin/baseDiscoveryPlugin.py",
> line 48, in discover_wrapper
>     return self.discover( fuzzable_request_copy )
>   File "/Programs/w3af/trunk/plugins/discovery/webSpider.py", line 190,
> in discover
>     self._already_crawled.append(ref)
>   File '/Programs/w3af/trunk/core/data/db/temp_persist.py", line 136,
> in append
>     self._conn.execute("insert into data values (?, ?)", t)
> ProgrammingError: You must not use 8-bit bytestrings unless you use a
> text_factory that can interpret 8-bit bytestrings (like text_factory =
> str). It is highly recommended that you instead just switch your
> application to Unicode strings.

    Maybe you're using Python2.6? w3af was only tested with Python2.5.
    Are you using some kind of live cd?

Thanks,

>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> 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/

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
W3af-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/w3af-users

Reply via email to