-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Description
Running version: 1.3.10.13#dev
Python version: 2.7.16
Operating system: Linux-4.19.0-kali4-686-pae-i686-with-Kali-kali-rolling-kali-rolling
Command line: /usr/bin/sqlmap --tor --tor-type=SOCKS5 -r /****/Desktop/wheels2.txt --current-db -v3 --threads 10 --technique=T -t traffic.txt --no-cast --tamper=between,randomcase,space2comment,unionalltounion --level 3 --risk 3 --ignore-code 403 --beep
Technique: None
Back-end DBMS: None
Traceback (most recent call last):
File "sqlmap", line 159, in main
init()
File "/share/sqlmap/lib/core/option.py", line 2626, in init
_setRequestFromFile()
File "/share/sqlmap/lib/core/option.py", line 307, in _setRequestFromFile
for target in parseRequestFile(requestFile):
File "/share/sqlmap/lib/core/common.py", line 5147, in parseRequestFile
for target in _parseBurpLog(content):
File "/share/sqlmap/lib/core/common.py", line 5014, in _parseBurpLog
request = decodeBase64(request, binary=False)
File "/share/sqlmap/lib/core/convert.py", line 197, in decodeBase64
retVal = base64.b64decode(value)
File "/lib/python2.7/base64.py", line 78, in b64decode
raise TypeError(msg)
TypeError: Incorrect padding