Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
261
def
isUnknown(par):
262
if
(len(par) < 2 or len(par) > 120):
263
return
"?"
264
return
par
265
266
def
SubstrFind(resp, toFind):
267
if
(len(toFind) > len(resp)):
Callers
8
hackSE
Function · 0.85
run_phpinfo
Function · 0.85
simpleGETorHEAD
Function · 0.85
GetPassthru
Function · 0.85
run_phpinput
Function · 0.85
run_data
Function · 0.85
run_expect
Function · 0.85
run_self_fd
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected