ffuf


usage-of-FFUF

# 基本扫描
ffuf -u http://target-site.com/FUZZ -w /usr/share/seclists/Discovery/Web-Content/common.txt -mc 200,301,302,403

# 重点扫描PHP文件
ffuf -u http://target-site.com/FUZZ.php -w /usr/share/seclists/Discovery/Web-Content/common.txt

# 扫描可能的后台文件
ffuf -u http://target-site.com/FUZZ -w /usr/share/seclists/Discovery/Web-Content/Common-PHP-Filenames.txt

Author: DODOR
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint policy. If reproduced, please indicate source DODOR !
  TOC