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

Function XOR32

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

Source from the content-addressed store, hash-verified

37 if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==True:
38 jerar.append("102060")
39def XOR32():
40 hs='0000003f'
41 if len(hash)==len(hs) and hash.isdigit()==False and hash.isalpha()==False and hash.isalnum()==True:
42 jerar.append("102080")
43
44def GHash323():
45 hs='80000000'

Callers 1

string_decode.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected