403Webshell
Server IP : 103.88.176.108  /  Your IP : 216.73.216.114
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux webserver 5.4.0-42-generic #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64
User : www-data ( 33)
PHP Version : 7.4.3-4ubuntu2.18
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/b.html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <title>HACKED BY B3RT1337</title>
  <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
  <style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      background-color: #000;
      color: #fff;
      font-family: Tahoma, Geneva, Verdana, sans-serif;
      margin: 0;
      padding: 20px;
      text-align: center;
      min-height: 100vh;
      position: relative;
      overflow-x: hidden;
    }

    .video-background {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      overflow: hidden;
    }

    .video-background video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
      object-fit: cover;
      opacity: 0.3;
      transition: opacity 0.8s ease;
    }

    .video-background video.full-opacity {
      opacity: 1;
    }

    .video-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
      pointer-events: none;
      transition: background 0.8s ease;
    }

    .video-overlay.light-overlay {
      background: rgba(0, 0, 0, 0.2);
    }

    .center-button-wrapper {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 10;
      transition: opacity 0.5s ease, visibility 0.5s ease;
    }

    .center-button-wrapper.hidden {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }

    .vibe-button {
      padding: 18px 40px;
      font-size: 20px;
      font-weight: 800;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #fff;
      background: rgba(255, 31, 31, 0.7);
      border: 2px solid rgba(255, 255, 255, 0.4);
      border-radius: 50px;
      cursor: pointer;
      backdrop-filter: blur(10px);
      animation: buttonPulse 1.5s ease-in-out infinite;
      transition: all 0.3s ease;
      white-space: nowrap;
    }

    .vibe-button:hover {
      background: rgba(255, 31, 31, 0.9);
      border-color: #fff;
      box-shadow: 0 0 30px rgba(255, 31, 31, 0.8);
      transform: scale(1.05);
    }

    @keyframes buttonPulse {
      0%, 100% { box-shadow: 0 0 10px rgba(255, 31, 31, 0.4); }
      50% { box-shadow: 0 0 25px rgba(255, 31, 31, 0.7); }
    }

    .main-container {
      position: relative;
      z-index: 2;
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
    }

    .image-row {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin: 20px 0;
      position: relative;
      z-index: 3;
    }

    .logo-circle {
      width: 250px;
      height: 250px;
      border-radius: 50%;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      background: transparent;
    }

    .logo-circle img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 50%;
      background: transparent;
    }

    .cyberteam {
      font-weight: 800;
      font-size: 20px;
      margin: 10px 0 6px;
      letter-spacing: 1px;
      text-shadow: 0 2px 10px rgba(0,0,0,0.8);
      position: relative;
      z-index: 3;
    }

    .cyber { 
      color: #fff;
    }
    
    .team { 
      color: #ff1f1f;
    }

    .animated-message {
      margin: 20px auto;
      max-width: 850px;
      padding: 0 15px;
      position: relative;
      z-index: 3;
    }

    .msg-text {
      display: inline-block;
      font-style: italic;
      font-size: 18px;
      line-height: 1.5;
      color: #f0f0f0;
      padding: 8px 20px;
      border-radius: 6px;
      background: rgba(0, 0, 0, 0.35);
      backdrop-filter: blur(3px);
    }

    .hackers-list {
      margin: 15px auto;
      font-size: 14px;
      color: #ccc;
      word-break: break-word;
      max-width: 95%;
      padding: 0 10px;
      line-height: 1.6;
      text-shadow: 0 2px 6px rgba(0,0,0,0.8);
      position: relative;
      z-index: 3;
    }

    .red-bold {
      color: red;
      font-weight: 700;
      margin: 15px 0 10px;
      font-size: 18px;
      letter-spacing: 1px;
      text-shadow: 0 2px 8px rgba(0,0,0,0.8);
      position: relative;
      z-index: 3;
    }

    .greetz-text {
      margin: 12px 0;
      color: #6eb1ff;
      font-size: 14px;
      word-break: break-word;
      padding: 0 10px;
      text-shadow: 0 2px 6px rgba(0,0,0,0.8);
      position: relative;
      z-index: 3;
    }

    .links {
      margin: 25px 0 15px;
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
      justify-content: center;
      position: relative;
      z-index: 3;
    }

    .links a {
      color: #6eb1ff;
      text-decoration: none;
      font-weight: 700;
      margin: 0 5px;
      padding: 8px 18px;
      border: 1px solid rgba(110, 177, 255, 0.4);
      border-radius: 40px;
      transition: all 0.25s ease;
      font-size: 14px;
      background: rgba(0,0,0,0.5);
      backdrop-filter: blur(4px);
      display: inline-block;
      text-shadow: 0 1px 4px rgba(0,0,0,0.8);
    }

    .links a:hover {
      background: #6eb1ff20;
      border-color: #6eb1ff;
      text-shadow: 0 0 4px #6eb1ff, 0 1px 4px rgba(0,0,0,0.8);
      transform: scale(1.02);
      box-shadow: 0 0 15px rgba(110,177,255,0.4);
    }

    @media (max-width: 768px) {
      body {
        padding: 15px;
      }
      .logo-circle {
        width: 200px;
        height: 200px;
      }
      .cyberteam {
        font-size: 18px;
      }
      .msg-text {
        font-size: 15px;
      }
      .hackers-list {
        font-size: 12px;
      }
      .red-bold {
        font-size: 16px;
      }
      .links a {
        padding: 6px 14px;
        font-size: 12px;
        margin: 0 3px;
      }
      .vibe-button {
        padding: 14px 30px;
        font-size: 16px;
      }
    }

    @media (max-width: 480px) {
      .logo-circle {
        width: 160px;
        height: 160px;
      }
      .msg-text {
        font-size: 13px;
        line-height: 1.45;
      }
      .cyberteam {
        font-size: 15px;
      }
      .links {
        gap: 8px;
      }
      .links a {
        padding: 5px 10px;
        font-size: 10px;
      }
      .greetz-text {
        font-size: 10px;
      }
      .hackers-list {
        font-size: 10px;
      }
      .red-bold {
        font-size: 14px;
      }
      .vibe-button {
        padding: 12px 24px;
        font-size: 14px;
        letter-spacing: 1px;
      }
    }

    @media (max-width: 360px) {
      .logo-circle {
        width: 140px;
        height: 140px;
      }
      .msg-text {
        font-size: 12px;
      }
      .cyberteam {
        font-size: 13px;
      }
      .vibe-button {
        padding: 10px 20px;
        font-size: 12px;
      }
    }
  </style>
  <script>
    let text = "HACKED BY B3RT1337";
    let i = 0;
    function type() {
        if (i < text.length) {
            document.title = text.substring(0, i + 1);
            i++;
            setTimeout(type, 100);
        }
    }
    type();
  </script>
</head>
<body>
  <div class="video-background">
    <video id="bgVideo" autoplay muted loop playsinline>
      <source src="https://file.garden/aeupECVxx2XDWeHf/video_2026-04-25_01-25-50.mp4" type="video/mp4">
    </video>
  </div>
  
  <div class="video-overlay" id="videoOverlay"></div>

  <div class="center-button-wrapper" id="centerButton">
    <button class="vibe-button" id="vibeBtn">vibe with spirit</button>
  </div>

  <div class="main-container">
    <div class="image-row">
      <div class="logo-circle">
        <img src="https://iili.io/BgY81OF.jpg" alt="NullSec Philippines Logo" onerror="this.onerror=null; this.src='https://iili.io/BgY81OF.jpg';">
      </div>
    </div>

    <p class="cyberteam">PWNED‽ BY<span class="team"> B3RT1337</span></p>

    <div class="animated-message">
      <span class="msg-text">
        your site got hacked or fucked. call a priest. call a dev. call ur mom. idc. just fix it lmao.
      </span>
    </div>

    <div class="hackers-list">
      Greetz: Lei$ - N0STR4 - Astria - Xf1ltr4t0r - 1nv4d3r - AstralX99 - Wiz - B00tz - Lost32x - r3dh0t:~$ - Klyntar - 0x.Zh3n - seve - 0x.Terror - Ph.Bin0x - zane0days - Yasuo - Crypt0nymz
    </div>

    <div class="greetz-text">
      Greetz & Respected: Anonymous Philippines - Lulzsec Pilipinas - Pinoy Vendetta - Deathnote Hackers international 
    </div>

    <div class="links">
      <a class="discord" href="https://facebook.com" target="_blank" rel="noopener noreferrer">Facebook: Nullsec Philippines</a>
      <a href="https://t.me/nullsechackers" target="_blank" rel="noopener noreferrer">TG: t.me/nullsechackers</a>
    </div>
  </div>

  <script>
    var vid = document.getElementById('bgVideo');
    var overlay = document.getElementById('videoOverlay');
    var vibeBtn = document.getElementById('vibeBtn');
    var centerBtnWrapper = document.getElementById('centerButton');
    var activated = false;

    vibeBtn.addEventListener('click', function(e) {
      e.stopPropagation();
      e.preventDefault();
      if (!activated) {
        activated = true;
        vid.classList.add('full-opacity');
        overlay.classList.add('light-overlay');
        vid.muted = false;
        vid.volume = 1.0;
        vid.play();
        centerBtnWrapper.classList.add('hidden');
      }
    });
  </script>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit