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

Function _

lib/core/common.py:2968–2970  ·  view source on GitHub ↗
(match)

Source from the content-addressed store, hash-verified

2966 charset = set(string.printable) - set(unsafe)
2967
2968 def _(match):
2969 char = decodeHex(match.group(1), binary=False)
2970 return char if char in charset else match.group(0)
2971
2972 if spaceplus:
2973 result = result.replace('+', ' ') # plus sign has a special meaning in URL encoded data (hence the usage of _urllib.parse.unquote_plus in convall case)

Callers 4

removeReflectiveValuesFunction · 0.70
findPageFormsFunction · 0.70
checkSameHostFunction · 0.70
prioritySortColumnsFunction · 0.70

Calls 8

decodeHexFunction · 0.90
getUnicodeFunction · 0.90
isDbmsMethod · 0.80
decodeMethod · 0.80
getIdentifiedDbmsMethod · 0.80
singleTimeWarnMessageFunction · 0.70
replaceMethod · 0.45
searchMethod · 0.45

Tested by

no test coverage detected