-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
Description
Running version: 1.9.5.21#dev
Python version: 3.13.3
Operating system: Windows-10-10.0.19045-SP0
Command line: sqlmap.py -r ***************************** -p Pst_SenetID --level=5 --risk=3 --tamper=between -D ********************* -T ************ -C ************ --count --threads=10
Technique: None
Back-end DBMS: None
Traceback (most recent call last):
File "sqlmap.py", line 222, in main
start()
~~~~~^^
File "lib/core/decorators.py", line 80, in _
result = f(*args, **kwargs)
File "lib/controller/controller.py", line 448, in start
checkWaf()
~~~~~~~~^^
File "lib/core/decorators.py", line 80, in _
result = f(*args, **kwargs)
File "lib/controller/checks.py", line 1377, in checkWaf
retVal = (Request.queryPage(place=place, value=value, getRatioValue=True, noteResponseTime=False, silent=True, raise404=False, disableTampering=True)[1] or 0) < IPS_WAF_CHECK_RATIO
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "lib/core/decorators.py", line 80, in _
result = f(*args, **kwargs)
File "lib/request/connect.py", line 1593, in queryPage
page, headers, code = Connect.getPage(url=uri, get=get, post=post, method=method, cookie=cookie, ua=ua, referer=referer, host=host, silent=silent, auxHeaders=auxHeaders, response=response, raise404=raise404, ignoreTimeout=timeBasedCompare)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "lib/request/connect.py", line 995, in getPage
processResponse(page, responseHeaders, code, status)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "lib/request/basic.py", line 398, in processResponse
if identYwaf.non_blind_check(rawResponse, silent=True):
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "thirdparty/identywaf/identYwaf.py", line 400, in non_blind_check
match = re.search(WAF_RECOGNITION_REGEX, raw or "")
File "/Program Files/Python313/Lib/re/__init__.py", line 177, in search
return _compile(pattern, flags).search(string)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
RuntimeError: internal error in regular expression engine
Reactions are currently unavailable