# curl --user $id:$pass http://faqin.org/freeticket/crypto/index.php
# cat crypto.py
# python crypto.py
# input=`echo -n $id | cut -c 1-16 | rev`
# curl --silent --data "input=$input" http://www.nitrxgen.net/hashgen/ | grep "\"exhr\"" | awk -F '>' '{print $3}' | awk -F '<' '{print $1}' > /tmp/hashes.txt
# cat brute.sh
# ./brute.sh $id
No comments:
Post a Comment