-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Description
Running version: 1.3.11.25#dev
Python version: 3.7.5
Operating system: Windows-10-10.0.10240-SP0
Command line: sqlmap.py -m d:/sql30.txt --smart --batch --output-dir=d:/sqlout --alert --beep --retries=0 --timeout=5
Technique: UNION
Back-end DBMS: Microsoft SQL Server (identified)
Traceback (most recent call last):
File "sqlmap.py", line 209, in main
start()
File "lib/core/decorators.py", line 75, in _
result = f(*args, **kwargs)
File "lib/controller/controller.py", line 573, in start
injection = checkSqlInjection(place, parameter, value)
File "lib/controller/checks.py", line 789, in checkSqlInjection
process = subprocess.Popen(conf.alert.encode(sys.getfilesystemencoding() or UNICODE_ENCODING), shell=True)
File "/Python37/lib/subprocess.py", line 800, in __init__
restore_signals, start_new_session)
File "/Python37/lib/subprocess.py", line 1148, in _execute_child
args = list2cmdline(args)
File "/Python37/lib/subprocess.py", line 555, in list2cmdline
needquote = (" " in arg) or ("\t" in arg) or not arg
TypeError: argument of type 'int' is not iterable