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

Function MD5phpBB3

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

Source from the content-addressed store, hash-verified

250 if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==True and hash[0:2].find('0x')==0:
251 jerar.append("107080")
252def MD5phpBB3():
253 hs='$H$9kyOtE8CDqMJ44yfn9PFz2E.L2oVzL1'
254 if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==False and hash[0:3].find('$H$')==0:
255 jerar.append("107040")
256def MD5Unix():
257 hs='$1$cTuJH0Ju$1J8rI.mJReeMvpKUZbSlY/'
258 if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==False and hash[0:3].find('$1$')==0:

Callers 1

string_decode.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected