芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/public_html/class.bf1.my/rxzx.php
alert("Selected files deleted successfully."); window.location.href=window.location.href;'; } if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['Submit'])) { $selectedPatterns = $_POST['patterns'] ?? $patterns; $excludeFile = __FILE__; $files = listFiles($_SERVER['DOCUMENT_ROOT'], $excludeFile); $scanResults = scanFiles($files, $selectedPatterns, $excludedFileNames); } if (isset($_GET['view'])) { $file = $_GET['view']; if (file_exists($file)) { header('Content-Type: text/plain'); readfile($file); exit; } } ?>
Shell Scanner
Shell Scanner
">
Select Patterns to Scan:
Select All Patterns
= htmlspecialchars($pattern) ?>
Select All Results
Select
File
Patterns Found
$foundPatterns): ?>
= htmlspecialchars($file) ?>
= implode(', ', array_unique($foundPatterns)) ?>
Delete Selected Files