MCPcopy Create free account
hub / github.com/AnasAboreeda/Penetration-Testing-Study-Notes / SNEFRU128

Function SNEFRU128

archive/scripts/string_decode.py:127–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==True:
126 jerar.append("106185")
127def SNEFRU128():
128 hs='4fb58702b617ac4f7ca87ec77b93da8a'
129 if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==True:
130 jerar.append("106200")
131def SNEFRU128HMAC():
132 hs='59b2b9dcc7a9a7d089cecf1b83520350'
133 if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==True:

Callers 1

string_decode.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected