MCPcopy
hub / github.com/D35m0nd142/LFISuite / isUnknown

Function isUnknown

lfisuite.py:261–264  ·  view source on GitHub ↗
(par)

Source from the content-addressed store, hash-verified

259 return url
260
261def isUnknown(par):
262 if(len(par) < 2 or len(par) > 120):
263 return "?"
264 return par
265
266def SubstrFind(resp, toFind):
267 if(len(toFind) > len(resp)):

Callers 8

hackSEFunction · 0.85
run_phpinfoFunction · 0.85
simpleGETorHEADFunction · 0.85
GetPassthruFunction · 0.85
run_phpinputFunction · 0.85
run_dataFunction · 0.85
run_expectFunction · 0.85
run_self_fdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected