Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 18.223.159.237
202 Domain
8.1.31
nbspublicschool
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
php82
[ DIR ]
drwxr-xr-x
clone.php
7.19
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.39
KB
-rw-r--r--
info.xml
4.04
KB
-rw-r--r--
install.js
1.12
KB
-rw-r--r--
install.php
9.44
KB
-rw-r--r--
install.xml
1.75
KB
-rw-r--r--
md5
5.65
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.6
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