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

Function checkBooleanExpression

lib/request/inject.py:565–566  ·  view source on GitHub ↗
(expression, expectingNone=True)

Source from the content-addressed store, hash-verified

563 Request.queryPage(payload, content=False, silent=silent, noteResponseTime=False, timeBasedCompare="SELECT" in (payload or "").upper())
564
565def checkBooleanExpression(expression, expectingNone=True):
566 return getValue(expression, expected=EXPECTED.BOOL, charsetType=CHARSET_TYPE.BINARY, suppressOutput=True, expectingNone=expectingNone)

Callers 4

heuristicCheckDbmsFunction · 0.90
checkFalsePositivesFunction · 0.90
checkSuhosinPatchFunction · 0.90
checkFilteredCharsFunction · 0.90

Calls 1

getValueFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…