-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Description
Running version: 1.3.5.31#dev
Python version: 2.7.15
Operating system: Windows-7-6.1.7601-SP1
Command line: sqlmap.py -u ************************************************* --tamper randomcase.py,space2comment.py,space2plus.py --random-agent --time-sec=2 --technique=ebu --keep-alive --threads=5 --drop-set-cookie --delay=0.1 --timeout=0.2 --retries=1 --skip-waf --batch --search -C mail,pass --exclude-sysdbs -v 4 --smart
Technique: UNION
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
File "sqlmap.py", line 179, in main
start()
File "lib/core/decorators.py", line 71, in _
result = f(*args, **kwargs)
File "lib/controller/controller.py", line 675, in start
action()
File "lib/controller/action.py", line 173, in action
conf.dbmsHandler.search()
File "plugins/generic/search.py", line 609, in search
self.searchColumn()
File "plugins/generic/search.py", line 596, in searchColumn
self.dumpFoundColumn(dbs, foundCols, colConsider)
File "plugins/generic/entries.py", line 567, in dumpFoundColumn
data = self.dumpTable(dbs)
File "plugins/generic/entries.py", line 448, in dumpTable
attackDumpedTable()
File "lib/utils/hash.py", line 682, in attackDumpedTable
results = dictionaryAttack(attack_dict)
File "lib/utils/hash.py", line 920, in dictionaryAttack
item = [(user, decodeBase64(hash_, binary=False).encode("hex")), {}]
File "/lib/encodings/hex_codec.py", line 24, in hex_encode
output = binascii.b2a_hex(input)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-19: ordinal not in range(128)