Skip to content

Unhandled exception (#22dfa52a) #2514

Description

@sqlmapreporter
sqlmap version: 1.1.4.18#dev
Python version: 2.7.5
Operating system: nt
Command line: sqlmap.py *********************************************************************************** --eval=”import random;text=random.randint(1234567,9999999)” --tamper=between
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 377, in start
    if not checkConnection(suppressOutput=conf.forms) or not checkString() or not checkRegexp():
  File "lib/controller/checks.py", line 1461, in checkConnection
    page, headers = Request.queryPage(content=True, noteResponseTime=False)
  File "lib/request/connect.py", line 1035, in queryPage
    conf.evalCode = conf.evalCode.replace(ex.text.strip(), replacement)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: 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