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 /
ethnographylab-oldbackup /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
Conference.html
3.54
KB
-rwxr-x--x
Confirmation.html
315
B
-rwxr-x--x
Contact.html
1.42
KB
-rwxr-x--x
Event.html
78
B
-rwxr-x--x
Media.html
78
B
-rwxr-x--x
Project.html
3.39
KB
-rwxr-x--x
Publications.html
2.8
KB
-rwxr-x--x
ROutcome.html
78
B
-rwxr-x--x
Resourses.html
78
B
-rwxr-x--x
base.html
13.95
KB
-rwxr-x--x
home.html
3.57
KB
-rwxr-x--x
people.html
13.11
KB
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Contact.html
{% extends 'base.html' %} {% block body %} <main class="form-signin w-100 m-auto text-center"> <form style="margin-left: 350px; margin-right: 350px;" method="post"> <h1 class="h3 mb-3 fw-normal" style="margin-top: 20px;">Get In Touch</h1> <div class="row"> <div class="col"> <div class="form-floating"> <input type="text" class="form-control" id="name" placeholder="name@example.com" name="name"> <label for="floatingInput">Full Name</label> </div> </div> <div class="col"> <div class="form-floating"> <input type="email" class="form-control" id="email" placeholder="name@example.com" name="email"> <label for="floatingInput">Email address</label> </div> </div> </div> <div class="form-floating" style="margin-top: 10px;"> <input type="text" class="form-control" id="message" placeholder="Message" name="message"> <label for="floatingPassword">Message</label> </div> <div class="checkbox mb-3"> <label> </label> </div> <button class="w-100 btn btn-lg btn-primary" type="submit">Submit</button> <p class="mt-5 mb-3 text-muted">© </p> </form> </main> {% endblock %} </html>
Close