Mercurial > hg > anonet-resdb
view contrib/splicex/src/deshadow.pyx @ 1149:0d052b041bb1 draft
fixed my nameserver namings. maybe I'll stick with these.
author | epoch <epoch@hacking.allowed.org> |
---|---|
date | Wed, 06 Nov 2013 06:12:27 +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")