Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. for i in {1..10000}
  4. do
  5.     NICK=$(head /dev/urandom | tr -dc a-z | head -c 13 ; echo '')
  6.     #PASS=$(head /dev/urandom | tr -dc a-z | head -c 9 ; echo '')
  7.     ACC=$(head /dev/urandom | tr -dc 1-9 | head -c 7 ; echo '')
  8.  
  9.     curl -x http://91.187.75.48:58619 -d "account=$ACC&name=$NICK&pass=testowe&sex=1&vocation=3" -X POST http://warmiaots.pl/index.php?subtopic=acc
  10. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement