Running version: 1.10.9.2#dev
Python version: 3.12.4
Operating system: Windows-11-10.0.26200-SP0
Command line: sqlmap.py -u *************************************** --os-shell
Technique: None
Back-end DBMS: None
Traceback (most recent call last):
File "sqlmap.py", line 254, in main
start()
File "lib/core/decorators.py", line 108, in _
result = f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "lib/controller/controller.py", line 745, in start
check = heuristicCheckSqlInjection(place, parameter)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "lib/controller/checks.py", line 1260, in heuristicCheckSqlInjection
if not conf.xpath and re.search(XPATH_ERROR_REGEX, page or ""):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:/python486/Lib/re/__init__.py", line 177, in search
return _compile(pattern, flags).search(string)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: internal error in regular expression engine