[sqlmap-users] bug report
Brought to you by:
inquisb
From: m4l1c3 <mal...@gm...> - 2011-04-07 13:11:46
|
sqlmap version: 0.9-dev (r3577) Python version: 2.5.2 Operating system: posix Command line: ./sqlmap.py -g ****************** ext:aspx --dbs --batch -o --text-only --level 3 --risk 2 Technique: UNION Back-end DBMS: None (identified) Traceback (most recent call last): File "./sqlmap.py", line 82, in main start() File "/pentest/database/sqlmap-dev/lib/controller/controller.py", line 364, in start elif not checkDynParam(place, parameter, value): File "/pentest/database/sqlmap-dev/lib/controller/checks.py", line 582, in checkDynParam payload = agent.payload(place, parameter, value, getUnicode(randInt)) File "/pentest/database/sqlmap-dev/lib/core/agent.py", line 112, in payload retValue = paramString.replace(origValue, self.addPayloadDelimiters(newValue)) AttributeError: 'NoneType' object has no attribute 'replace' |