Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.222
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
softaculous /
lib /
aefer /
Delete
Unzip
Name
Size
Permission
Date
Action
_dropbox.php
13.78
KB
-rwxr-xr-x
2026-05-18 07:05
_ftp.php
38.47
KB
-rwxr-xr-x
2026-05-18 07:05
_ftps.php
16.44
KB
-rwxr-xr-x
2026-05-18 07:05
_gdrive.php
21.6
KB
-rwxr-xr-x
2026-05-18 07:05
_onedrive.php
18.21
KB
-rwxr-xr-x
2026-05-18 07:05
_pclzip.php
194.76
KB
-rwxr-xr-x
2026-05-18 07:05
_sftp_builder.php
1016
B
-rwxr-xr-x
2026-05-18 07:05
_softaws.php
98.17
KB
-rwxr-xr-x
2026-05-18 07:05
_softftpes.php
6.93
KB
-rwxr-xr-x
2026-05-18 07:05
_softsftp.php
6.67
KB
-rwxr-xr-x
2026-05-18 07:05
_webdav.php
10.57
KB
-rwxr-xr-x
2026-05-18 07:05
backup_ins.php
112.16
KB
-rwxr-xr-x
2026-05-18 07:05
check_backup_exists.php
1.6
KB
-rwxr-xr-x
2026-05-18 07:05
db_file_import.php
28.18
KB
-rwxr-xr-x
2026-05-18 07:05
exec.php
8.11
KB
-rwxr-xr-x
2026-05-18 07:05
get_table_structure.php
51.13
KB
-rwxr-xr-x
2026-05-18 07:05
myback.php
24.82
KB
-rwxr-xr-x
2026-05-18 07:05
myconn.php
5.82
KB
-rwxr-xr-x
2026-05-18 07:05
myexec.php
8.34
KB
-rwxr-xr-x
2026-05-18 07:05
mytest.php
2.96
KB
-rwxr-xr-x
2026-05-18 07:05
remote_archive_download.php
64.74
KB
-rwxr-xr-x
2026-05-18 07:05
restore_ins.php
91.9
KB
-rwxr-xr-x
2026-05-18 07:05
restore_template.php
92.08
KB
-rwxr-xr-x
2026-05-18 07:05
schmod.php
35.99
KB
-rwxr-xr-x
2026-05-18 07:05
sinstall_wp_plugins.php
20.77
KB
-rwxr-xr-x
2026-05-18 07:05
sinstall_wp_themes.php
20.53
KB
-rwxr-xr-x
2026-05-18 07:05
src_db_export.php
42.29
KB
-rwxr-xr-x
2026-05-18 07:05
src_mget.php
9.83
KB
-rwxr-xr-x
2026-05-18 07:05
src_mput.php
9.9
KB
-rwxr-xr-x
2026-05-18 07:05
sreq.php
1.83
KB
-rwxr-xr-x
2026-05-18 07:05
srm.php
8.34
KB
-rwxr-xr-x
2026-05-18 07:05
sshell_exec.php
266
B
-rwxr-xr-x
2026-05-18 07:05
ssymlink.php
479
B
-rwxr-xr-x
2026-05-18 07:05
sunlink.php
4.27
KB
-rwxr-xr-x
2026-05-18 07:05
truncate_tables.php
5.29
KB
-rwxr-xr-x
2026-05-18 07:05
Save
Rename
<?php die(); $path = 'C:\Users\server\Desktop\phpseclib1.0.18'; // NOTE : You will need to update the FUNCTION in phpseclib whichever it is that resolves the path to the CRYPT FILES // Remove $class = '*'; because this script will add it // In version 1.0.14 we have changed this in function phpseclib_resolve_include_path() $files = [ 'Crypt/Base.php', 'Crypt/Rijndael.php', 'Crypt/AES.php', 'Crypt/Blowfish.php', 'Crypt/DES.php', 'Crypt/Hash.php', 'Crypt/Random.php', 'Crypt/RC2.php', 'Crypt/RC4.php', 'Crypt/RSA.php', 'Crypt/TripleDES.php', 'Crypt/Twofish.php', 'Math/BigInteger.php', 'Net/SSH2.php', 'Net/SFTP.php', ]; $content = ''; foreach($files as $k => $v){ $content .= "\n\n".'// File : '.$v."\n".substr(file_get_contents($path.'/'.$v), 5); } $final = base64_encode(gzcompress($content)); $_sftp = file_get_contents(dirname(__FILE__).'/_sftp.php'); $_sftp = str_replace('<?php', '<?php $class = \''.$final.'\';', $_sftp); file_put_contents(dirname(__FILE__).'/_sftp.php', $_sftp);