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

Function MD5Unix

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

Source from the content-addressed store, hash-verified

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:
259 jerar.append("107060")
260def MD5Wordpress():
261 hs='$P$BiTOhOj3ukMgCci2juN0HRbCdDRqeh.'
262 if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==False and hash[0:3].find('$P$')==0:

Callers 1

string_decode.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected