Skip to content

Instantly share code, notes, and snippets.

@y-yu
Last active December 24, 2015 12:19
Show Gist options
  • Save y-yu/6797020 to your computer and use it in GitHub Desktop.
Save y-yu/6797020 to your computer and use it in GitHub Desktop.
This is Neta!!!!!!!!!
#!/bin/sh
for i in `jot $1`
do
wget --no-verbose --post-data "_method=POST&data%5BEntry%5D%5Bid%5D=32" --user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Firefox/24.0" http://124.37.251.169/cpf/stu_003/votes/index/page:1 -O /dev/null
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment