[sqlmap-users] bug report
Brought to you by:
inquisb
From: m4l1c3 <mal...@gm...> - 2011-11-22 03:44:57
|
[INFO]s have been removed. sqlmap version: 1.0-dev (r4525) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u ************************************ --dbs --technique=U --level 3 --risk 3 --batch --smart --crawl 3 --threads 3 --forms --random-agent Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "/pentest/database/sqlmap/lib/core/threads.py", line 109, in runThreads threadFunction() File "/pentest/database/sqlmap/lib/utils/crawler.py", line 97, in crawlThread findPageForms(content, current, False, True) File "/pentest/database/sqlmap/lib/core/common.py", line 3115, in findPageForms data = urldecode(data, kb.pageEncoding) if data and urlencode(DEFAULT_GET_POST_DELIMITER, None) not in data else data TypeError: argument of type 'instance' is not iterable After this, the scan progresses normally with occasional errors like: [ERROR] thread 2: argument of type 'instance' is not iterable [ERROR] thread 0: argument of type 'instance' is not iterable [ERROR] thread 1: argument of type 'instance' is not iterable With no --threads parameter, sqlmap dumps the entire aforementioned error, less the thread n lines. |