[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.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to