Installation
- On Linux(kali)
1
curl -sL https://raw.githubusercontent.com/epi052/feroxbuster/main/install-nix.sh | bash -s $HOME/.local/bin
Example
Preliminary
1 | cd ~/.local/bin |
1 | ./feroxbuster |
Attack
基本手法
1
feroxbuster -u <target> -w <wordlist>
加入副檔名
1
feroxbuster -u <target> -w <wordlist> -x php,html,txt
限制深度
1
feroxbuster -u <target> -w <wordlist> -d <depth>