-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Description
Running version: 1.7.3#stable
Python version: 3.11.2
Operating system: Linux-6.1.0-kali5-amd64-x86_64-with-glibc2.36
Command line: /usr/bin/sqlmap -u ********************************************* --data=************************************************************************************************************* --cookie=********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************* --random-agent --level=5 --risk=3 --preprocess=preprocess.py
Technique: None
Back-end DBMS: None
Traceback (most recent call last):
File "sqlmap", line 177, in main
init()
File "/share/sqlmap/lib/core/option.py", line 2899, in init
_setPreprocessFunctions()
File "/share/sqlmap/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: module 'inspect' has no attribute 'getargspec'