CTF web題總結--上傳文件繞過

代碼:php <?php if (empty($_FILES['inputFile'])) { echo json_encode(['error'=>'No files found for upload.']); return; } $allowedExts = array('php', 'php3', 'php4', 'php5', 'php7', 'phtml', 'cgi
相關文章
相關標籤/搜索