MCPcopy Create free account
hub / github.com/client9/libinjection / lookup

Function lookup

python/apitest.py:44–49  ·  view source on GitHub ↗
(state, stype, keyword)

Source from the content-addressed store, hash-verified

42 return out
43
44def lookup(state, stype, keyword):
45 keyword = keyword.upper()
46 if stype == 'v':
47 keyword = '0' + keyword
48 ch = words.get(keyword, '')
49 return ch
50
51sqli = '1 union all select 1 --'
52

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected