-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Description
Running version: 1.7.4.1#dev
Python version: 3.11.2
Operating system: Windows-10-10.0.19045-SP0
Command line: sqlmap.py -u ******************************************************************************** -p projectId --header=*********************************************************************************************************************************************************************************************************************************************************** --random-agent --threads=10 --preprocess preprocess/preprocess.py -D ********* --tables
Technique: None
Back-end DBMS: None
Traceback (most recent call last):
File "sqlmap.py", line 177, in main
init()
File "lib/core/option.py", line 2899, in init
_setPreprocessFunctions()
File "lib/core/option.py", line 915, in _setPreprocessFunctions
if name == "preprocess" and inspect.getargspec(function).args and all(_ in inspect.getargspec(function).args for _ in ("req",)):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'tuple' object has no attribute 'args'
Reactions are currently unavailable