view contrib/splicex/src/deshadow.pyx @ 927:4489af942b53
draft
first commit
author |
d33vee8 <nobody@nowhere> |
date |
Tue, 06 Mar 2012 17:33:52 +0000 (2012-03-06) |
parents |
dc8f88270f6a |
children |
|
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")