-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Description
sqlmap version: 1.1.4.48#dev
Python version: 2.7.10
Operating system: nt
Command line: sqlmap.py -c sqlmap.conf --flush-session --risk=3 --level=5
Technique: None
Back-end DBMS: None
Traceback (most recent call last):
File "sqlmap.py", line 150, in main
start()
File "lib/controller/controller.py", line 527, in start
injection = checkSqlInjection(place, parameter, value)
File "lib/controller/checks.py", line 322, in checkSqlInjection
fstPayload = agent.cleanupPayload(test.request.payload, origValue=value if place not in (PLACE.URI, PLACE.CUSTOM_POST, PLACE.CUSTOM_HEADER) else None)
File "lib/core/agent.py", line 319, in cleanupPayload
payload = getUnicode(payload).replace("[ORIGVALUE]", origValue if origValue.isdigit() else unescaper.escape("'%s'" % origValue))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xea in position 376: ordinal not in range(128)