Mercurial > hg > anonet-resdb
view contrib/splicex/src/deshadow.pyx @ 1124:0c1056b329b9 draft
client port and peering subnet
author | ntma <nobody@nowhere> |
---|---|
date | Tue, 25 Jun 2013 22:03:39 +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")