Skip to content

Unhandled exception (#1fd771d4) #2511

@sqlmapreporter

Description

@sqlmapreporter
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)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions