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

Function FCS16

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

Source from the content-addressed store, hash-verified

20 if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==True:
21 jerar.append("101040")
22def FCS16():
23 hs='0e5b'
24 if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==True:
25 jerar.append("101060")
26
27def CRC32():
28 hs='b33fd057'

Callers 1

string_decode.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected