Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 3.149.255.239
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
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
/
home /
baltic /
web /
[ HOME SHELL ]
Name
Size
Permission
Action
includes
[ DIR ]
drwxr-xr-x
misc
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
profiles
[ DIR ]
drwxr-xr-x
scripts
[ DIR ]
drwxr-xr-x
sites
[ DIR ]
drwxr-xr-x
themes
[ DIR ]
drwxr-xr-x
.htaccess
5.66
KB
-rw-r--r--
BLlogo4-mini-margin.png
8.53
KB
-rw-r--r--
BLlogo4-mini.png
8.53
KB
-rw-r--r--
CHANGELOG.txt
96.21
KB
-rw-r--r--
COPYRIGHT.txt
1.45
KB
-rw-r--r--
INSTALL.mysql.txt
1.68
KB
-rw-r--r--
INSTALL.pgsql.txt
1.83
KB
-rw-r--r--
INSTALL.sqlite.txt
1.27
KB
-rw-r--r--
INSTALL.txt
17.57
KB
-rw-r--r--
LICENSE.txt
17.67
KB
-rw-r--r--
MAINTAINERS.txt
7.98
KB
-rw-r--r--
README.txt
5.26
KB
-rw-r--r--
UPGRADE.txt
9.42
KB
-rw-r--r--
authorize.php
6.45
KB
-rw-r--r--
cron.php
720
B
-rw-r--r--
index.php
529
B
-rw-r--r--
install.php
703
B
-rw-r--r--
phpinfo.php
25
B
-rw-r--r--
robots.txt
1.44
KB
-rw-r--r--
update.php
19.52
KB
-rw-r--r--
web.config
2.13
KB
-rw-r--r--
xmlrpc.php
417
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : web.config
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <!-- Don't show directory listings for URLs which map to a directory. --> <directoryBrowse enabled="false" /> <rewrite> <rules> <rule name="Protect files and directories from prying eyes" stopProcessing="true"> <match url="\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)$|^(\..*|Entries.*|Repository|Root|Tag|Template)$" /> <action type="CustomResponse" statusCode="403" subStatusCode="0" statusReason="Forbidden" statusDescription="Access is forbidden." /> </rule> <rule name="Force simple error message for requests for non-existent favicon.ico" stopProcessing="true"> <match url="favicon\.ico" /> <action type="CustomResponse" statusCode="404" subStatusCode="1" statusReason="File Not Found" statusDescription="The requested file favicon.ico was not found" /> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> </conditions> </rule> <!-- Rewrite URLs of the form 'x' to the form 'index.php?q=x'. --> <rule name="Short URLs" stopProcessing="true"> <match url="^(.*)$" ignoreCase="false" /> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" /> <add input="{URL}" pattern="^/favicon.ico$" ignoreCase="false" negate="true" /> </conditions> <action type="Rewrite" url="index.php?q={R:1}" appendQueryString="true" /> </rule> </rules> </rewrite> <httpErrors> <remove statusCode="404" subStatusCode="-1" /> <error statusCode="404" prefixLanguageFilePath="" path="/index.php" responseMode="ExecuteURL" /> </httpErrors> <defaultDocument> <!-- Set the default document --> <files> <remove value="index.php" /> <add value="index.php" /> </files> </defaultDocument> </system.webServer> </configuration>
Close