Impressum

<!DOCTYPE html>

<html>

<head>

  <title>Hacked by Sir Maaz</title>

  <style>

    body {

      background: black;

      color: red;

      font-family: monospace;

      text-align: center;

      margin: 0;

      padding: 0;

    }

    h1 { font-size: 3em; margin-top: 10%; }

    .report {

      color: white;

      background: #111;

      margin: 20px auto;

      padding: 20px;

      width: 80%;

      border: 1px solid red;

    }

    video {

      margin-top: 20px;

      width: 90%;

      border: 2px solid red;

    }

  </style>

</head>

<body>

  <h1>Hacked by Sir Maaz</h1>

  <div class="report">

    <p><strong>Target:</strong> www.lababidi-bau.de</p>

    <p><strong>Tool:</strong> SQLMap via Termux</p>

    <p><strong>Exploit:</strong> SQL Injection on login parameter</p>

    <p><strong>Payload:</strong> ' OR 1=1--</p>

    <p><strong>Status:</strong> Database accessed. Website owned.</p>

  </div>

 

  <!-- Embed your video -->

  <video controls autoplay loop muted>

    <source src="itz_m44z_x_14040202_123334568.mp4" type="video/mp4">

    Your browser does not support the video tag.

  </video>

</body>

</html>