sqlmapproject / sqlmap

Automatic SQL injection and database takeover tool
http://sqlmap.org
Other
32.69k stars 5.73k forks source link

Unhandled exception (#7882d899) #5805

Closed sqlmapreporter closed 1 week ago

sqlmapreporter commented 1 week ago
Running version: 1.8.4.5#dev
Python version: 3.8.8
Operating system: Windows-10-10.0.19041-SP0
Command line: sqlmap.py
Technique: None
Back-end DBMS: None
Traceback (most recent call last):
  File "sqlmap.py", line 222, in main
    start()
  File "lib/core/decorators.py", line 80, in _
    result = f(*args, **kwargs)
  File "lib/controller/controller.py", line 300, in start
    for targetUrl, targetMethod, targetData, targetCookie, targetHeaders in kb.targets:
  File "lib/core/option.py", line 433, in __next__
    return self.next()
  File "lib/core/option.py", line 437, in next
    line = next(conf.stdinPipe)
  File "C:/Users/*************/anaconda3/lib/codecs.py", line 322, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte