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