view contrib/splicex/src/deshadow.pyx @ 1188:b5fb7fa1b2c6 draft

added cathugger's IP and ASN and epoch's second ASN
author epoch <epoch@hacking.allowed.ano>
date Sun, 19 Feb 2017 13:09:09 +0000
parents dc8f88270f6a
children
line wrap: on
line source

#!PYTHON
import sys; sys.tracebacklimit = 0
from crypt import crypt
TestHash = crypt(sys.argv[1], sys.argv[2])
HashValue = sys.argv[3]
if TestHash.__contains__(HashValue):
 print("SHADOW CRACKED")