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

Function lookup_upcase

python/speedtest.py:13–17  ·  view source on GitHub ↗
(state, stype, keyword)

Source from the content-addressed store, hash-verified

11 #return sqli_lookup_word(state, style, keyword)
12
13def lookup_upcase(state, stype, keyword):
14 if stype == libinjection.LOOKUP_FINGERPRINT:
15 return words.get('0' + keyword.upper(), '')
16 else:
17 return words.get(keyword.upper(), '')
18
19def main():
20

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected