Created
November 28, 2017 14:15
-
-
Save zhenghaoz/4da9d6f5b1af1d112faab44aba4a1749 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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