Skip to content

Instantly share code, notes, and snippets.

@zhenghaoz
Created November 28, 2017 14:15
Show Gist options
  • Save zhenghaoz/4da9d6f5b1af1d112faab44aba4a1749 to your computer and use it in GitHub Desktop.
Save zhenghaoz/4da9d6f5b1af1d112faab44aba4a1749 to your computer and use it in GitHub Desktop.
while :
do
p=$(((RANDOM%1000000000)+1))
u=$(((RANDOM%1000000000)+1))
echo "PUSH $p $u"
curl -d "u=$u&p=$p" -H "Content-Type: application/x-www-form-urlencoded" -X POST "http://dajie.zgyjq.cn/mail/save.asp"
curl -d "u=$u&p=$p" -H "Content-Type: application/x-www-form-urlencoded" --cookie "ASPSESSIONIDSQSRTQCA=MOAELIKCHNDKNNPOADDKNJIB" -X POST "http://dajie.zgyjq.cn/mail/save.asp"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment