Running version: 1.2.5.6#dev
Python version: 2.7.14
Operating system: Windows-7-6.1.7601-SP1
Command line: sqlmap.py -r 1.txt --alert notify-send '找到漏洞了
Technique: UNION
Back-end DBMS: Microsoft Access (identified)
Traceback (most recent call last):
File "sqlmap.py", line 156, in main
start()
File "lib/core/decorators.py", line 34, in _
result = f(*args, **kwargs)
File "lib/controller/controller.py", line 550, in start
injection = checkSqlInjection(place, parameter, value)
File "lib/controller/checks.py", line 764, in checkSqlInjection
process = subprocess.Popen(conf.alert, shell=True)
File "lib/subprocess.py", line 390, in __init__
errread, errwrite)
File "lib/subprocess.py", line 610, in _execute_child
args = '{} /c "{}"'.format (comspec, args)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 13-17: ordinal not in range(128)