Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 397 Bytes

feroxbuster.md

File metadata and controls

21 lines (14 loc) · 397 Bytes

feroxbuster

  • My current favorite web spider, domain enumeration tool

Basic Scan

feroxbuster -u http://cozyhosting.htb

Proxy traffic through Burp

./feroxbuster -u http://127.1 --insecure --proxy http://127.0.0.1:8080

Proxy traffic through a SOCKS proxy (including DNS lookups)

./feroxbuster -u http://127.1 --proxy socks5h://127.0.0.1:9050