MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / wasLastResponseDBMSError

Function wasLastResponseDBMSError

lib/core/common.py:2780–2786  ·  view source on GitHub ↗

Returns True if the last web request resulted in a (recognized) DBMS error page

()

Source from the content-addressed store, hash-verified

2778 return retVal
2779
2780def wasLastResponseDBMSError():
2781 """
2782 Returns True if the last web request resulted in a (recognized) DBMS error page
2783 """
2784
2785 threadData = getCurrentThreadData()
2786 return threadData.lastErrorPage and threadData.lastErrorPage[0] == threadData.lastRequestUID
2787
2788def wasLastResponseHTTPError():
2789 """

Callers 7

checkConnectionFunction · 0.90
_comparisonFunction · 0.90
_unionPositionFunction · 0.90
_oneShotUnionUseFunction · 0.90
_getDatabaseDirMethod · 0.90
extractErrorMessageFunction · 0.85

Calls 1

getCurrentThreadDataFunction · 0.90

Tested by 1

_unionPositionFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…