HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/public_html/img.html
<!DOCTYPE html>
<html lang="tr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Hack Şakası</title>
    <style>
        body {
            background-color: black;
            color: lime;
            font-family: 'Courier New', Courier, monospace;
            text-align: center;
            padding: 50px;
        }
        .message {
            font-size: 24px;
            margin-top: 20px;
        }
        .name {
            font-weight: bold;
            font-size: 32px;
            color: red;
        }
    </style>
</head>
<body>
    <h1>HACK</h1>
    <div class="message">
        Merhaba, <span class="name">SİYAH PAYLANCO</span>! Sisteminizi hackliyorum...
    </div>
</body>
</html>