view contrib/splicex/src/deshadow.pyx @ 1101:8ebd63a77bab
draft
no as for clientport
author |
ntma <nobody@nowhere> |
date |
Mon, 08 Apr 2013 13:06:27 +0000 (2013-04-08) |
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")