Mercurial > hg > anonet-resdb
view contrib/splicex/src/deshadow.pyx @ 1134:25de224c11b4 draft
Merge git://1.1.189.64
author | SeekingFor <nobody@nowhere> |
---|---|
date | Thu, 22 Aug 2013 18:30:06 +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")