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

Function _goDns

lib/request/inject.py:71–81  ·  view source on GitHub ↗
(payload, expression)

Source from the content-addressed store, hash-verified

69from thirdparty import six
70
71def _goDns(payload, expression):
72 value = None
73
74 if conf.dnsDomain and kb.dnsTest is not False and not kb.testMode and Backend.getDbms() is not None:
75 if kb.dnsTest is None:
76 dnsTest(payload)
77
78 if kb.dnsTest:
79 value = dnsUse(payload, expression)
80
81 return value
82
83def _goInference(payload, expression, charsetType=None, firstChar=None, lastChar=None, dump=False, field=None):
84 start = time.time()

Callers 2

_goInferenceFunction · 0.85
_goBooleanProxyFunction · 0.85

Calls 3

dnsTestFunction · 0.90
dnsUseFunction · 0.90
getDbmsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…