[sqlmap-users] New version presents peculiar behaviour.
Brought to you by:
inquisb
From: m4l1c3 <mal...@gm...> - 2010-12-20 23:36:01
|
./sqlmap.py -g "site:www.SOMEPLACE.com ext:php" --dbs --batch sqlmap version: 0.9-dev (r2731) Python version: 2.5.2 Operating system: posix Traceback (most recent call last): File "./sqlmap.py", line 79, in main start() File "/pentest/database/sqlmap-dev/lib/controller/controller.py", line 247, in start if not checkConnection(suppressOutput=conf.forms) or not checkString() or not checkRegexp(): File "/pentest/database/sqlmap-dev/lib/controller/checks.py", line 756, in checkConnection page, _ = Request.queryPage(content=True) File "/pentest/database/sqlmap-dev/lib/request/connect.py", line 355, in queryPage threadData = getCurrentThreadData() File "/pentest/database/sqlmap-dev/lib/core/common.py", line 1552, in getCurrentThreadData threadID = getCurrentThreadID() File "/pentest/database/sqlmap-dev/lib/core/common.py", line 1545, in getCurrentThreadID return threading.currentThread().ident AttributeError: '_MainThread' object has no attribute 'ident' ALSO ./sqlmap.py -u " http://www.SOMEPLACE.ca/index.php?name=xxxxxxxxxx&file=Xxxxxxxxxxxx&t=999999&start=99 " sqlmap version: 0.9-dev (r2731) Python version: 2.5.2 Operating system: posix Traceback (most recent call last): File "./sqlmap.py", line 79, in main start() File "/pentest/database/sqlmap-dev/lib/controller/controller.py", line 247, in start if not checkConnection(suppressOutput=conf.forms) or not checkString() or not checkRegexp(): File "/pentest/database/sqlmap-dev/lib/controller/checks.py", line 756, in checkConnection page, _ = Request.queryPage(content=True) File "/pentest/database/sqlmap-dev/lib/request/connect.py", line 355, in queryPage threadData = getCurrentThreadData() File "/pentest/database/sqlmap-dev/lib/core/common.py", line 1552, in getCurrentThreadData threadID = getCurrentThreadID() File "/pentest/database/sqlmap-dev/lib/core/common.py", line 1545, in getCurrentThreadID return threading.currentThread().ident AttributeError: '_MainThread' object has no attribute 'ident' Many thanks for your past quick responses. |