[sqlmap-users] forms bug
Brought to you by:
inquisb
From: m4l1c3 <mal...@gm...> - 2011-03-26 23:58:28
|
sqlmap version: 0.9-dev (r3498) Python version: 2.5.2 Operating system: posix Command line: ./sqlmap.py -u **************************************** --dbs --batch -o --forms Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "./sqlmap.py", line 74, in main init(cmdLineOptions) File "/pentest/database/sqlmap-dev/lib/core/option.py", line 1461, in init __findPageForms() File "/pentest/database/sqlmap-dev/lib/core/option.py", line 443, in __findPageForms forms = ParseResponse(response, backwards_compat=False) File "/pentest/database/sqlmap-dev/extra/clientform/clientform.py", line 1064, in ParseResponse return _ParseFileEx(response, response.geturl(), *args, **kwds)[1:] AttributeError: 'unicode' object has no attribute 'geturl' |