[sqlmap-users] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4638),
Brought to you by:
inquisb
From: Jacco v. T. <jac...@gm...> - 2011-12-29 12:06:33
|
python sqlmap.py --tor --check-tor -u " http://www.xxxxxxxxx.com/SRVS/CGI-BIN/WEBCGI.EXE/,/?St=458*,E=0000000000330319488*,K=6831*,Sxi=16*,Question4332*=obj%284332*%29:obj%284343*%29,t=startup" --random-agent --schema [06:53:53] [INFO] testing if URI parameter '#5*' is dynamic [06:53:53] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4638), retry your run with the latest development version from the Subversion repository. If the exception persists, please send by e-mail to sql...@li... the following text and any information required to reproduce the bug. The developers will try to reproduce the bug, fix it accordingly and get back to you. sqlmap version: 1.0-dev (r4638) Python version: 2.6.5 Operating system: posix Command line: sqlmap.py --tor --check-tor -u ****************************************************************************************************************************************************** --random-agent --schema Technique: UNION Back-end DBMS: None (identified) Traceback (most recent call last): File "/pentest/database/sqlmap/sqlmap/_sqlmap.py", line 83, in main start() File "/pentest/database/sqlmap/sqlmap/lib/controller/controller.py", line 463, in start if not checkDynParam(place, parameter, value): File "/pentest/database/sqlmap/sqlmap/lib/controller/checks.py", line 664, in checkDynParam dynResult = Request.queryPage(payload, place, raise404=False) File "/pentest/database/sqlmap/sqlmap/lib/request/connect.py", line 572, in queryPage if place != PLACE.URI or (value and '?' in value and value.find('?') < value.find(payload)): TypeError: coercing to Unicode: need string or buffer, NoneType found |