[sqlmap-users] bug report
Brought to you by:
inquisb
From: m4l1c3 <mal...@gm...> - 2011-11-23 01:36:42
|
sqlmap version: 1.0-dev (r4541) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u ************************** --batch --dbs --forms --crawl 3 --smart --technique=U Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "/pentest/database/sqlmap/_sqlmap.py", line 77, in main init(cmdLineOptions) File "/pentest/database/sqlmap/lib/core/option.py", line 1875, in init __setCrawler() File "/pentest/database/sqlmap/lib/core/option.py", line 429, in __setCrawler crawler.getTargetUrls() File "/pentest/database/sqlmap/lib/utils/crawler.py", line 118, in getTargetUrls runThreads(numThreads, crawlThread) File "/pentest/database/sqlmap/lib/core/threads.py", line 184, in runThreads conf.hashDB.flush(True) AttributeError: 'NoneType' object has no attribute 'flush' |