Javier,
On Mon, Jan 30, 2012 at 10:17 PM, Hans-Martin Münch
wrote:
> To dublicate the errror, just run a scan on the "test.html" file from my
> first mail.
Were you able to reproduce this bug?
Regards,
--
Andrés Riancho
Director of Web Security at Rapid7 LLC
Founder at Bonsai Information Secur
Hi all
I'm working with version 4657, running on Backtrack 5:
w3af>>> version
w3af - Web Application Attack and Audit Framework
Version: 1.2
Revision: 4657
Author: Andres Riancho and the w3af team.
To dublicate the errror, just run a scan on the "test.html" file from my
first mail.
2012/1/30
First: I'm no python guru
but this seems to be one of python's oddities when dealing with ttys or
terminals.
Try something like:
python -c 'print u"\xe4"'
python -c 'print u"\xe4".encode("utf-8")'
python -c 'print u"\xe4".encode("utf-8")' | od -x
python -c 'print u"\u2aac".encode("utf-
Hello Hans-Martin,
Thanks for reporting this directly. Fortunately, we are working on unicode
errors right now.
First of all, are you working on our last revision (i.e. 4657)?
Can you please provide us a way to duplicate the error?
Regards,
Javier
2012/1/30 Hans-Martin Münch
> Hi all
>
> Wh
Hi all
While doing some tests, I noticed a problem with the parameter en-/decoding
if a parameter value contains a special
character like "ä", "ü" etc.
Here is the exception, you can find a small testcase attached.
Exception in thread Thread-11:
Traceback (most recent call last):
File "/usr/li