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

Function Haval160

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

Source from the content-addressed store, hash-verified

268 jerar.append("108020")
269
270def Haval160():
271 hs='a106e921284dd69dad06192a4411ec32fce83dbb'
272 if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==True:
273 jerar.append("109100")
274def Haval160HMAC():
275 hs='29206f83edc1d6c3f680ff11276ec20642881243'
276 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