You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
The following directories are discovered: /a - Using wordlist /test - Using HTML link parsing /test/a - Using HTML link parsing and then wordlist
Traceback / Error Output
Only /a and /test are discovered
___ ___ __ __ __ __ __ ___
|__ |__ |__) |__) | / ` / \ \_/ | | \ |__
| |___ | \ | \ | \__, \__/ / \ | |__/ |___
by Ben "epi" Risher 🤓 ver: 2.10.1
───────────────────────────┬──────────────────────
🎯 Target Url │ http://localhost:5000
🚀 Threads │ 50
📖 Wordlist │ /dev/stdin
👌 Status Codes │ All Status Codes!
💥 Timeout (secs) │ 7
🦡 User-Agent │ feroxbuster/2.10.1
🔎 Extract Links │ true
🏁 HTTP methods │ [GET]
🔃 Recursion Depth │ 4
🤘 Force Recursion │ true
───────────────────────────┴──────────────────────
🏁 Press [ENTER] to use the Scan Management Menu™
──────────────────────────────────────────────────
404 GET 4l 34w 232c Auto-filtering found 404-like response and created new filter; toggle off with --dont-filter
200 GET 1l 2w 11c http://localhost:5000/a
200 GET 1l 2w 11c http://localhost:5000/test
200 GET 1l 2w 50c http://localhost:5000/
[####################] - 1s 7/7 0s found:3 errors:0
Environment (please complete the following information):
feroxbuster version: 2.10.1
OS: Ubuntu 22.04.1
The text was updated successfully, but these errors were encountered:
Describe the bug
When Feroxbuster discovers a directory from a HTML link, that directory is not brute-forced using the provided wordlists.
To Reproduce
index.py
:python3 index.py
echo -e "a\nb\n" | feroxbuster -u http://localhost:5000 -w /dev/stdin --force-recursion
Expected behavior
The following directories are discovered:
/a
- Using wordlist/test
- Using HTML link parsing/test/a
- Using HTML link parsing and then wordlistTraceback / Error Output
Only
/a
and/test
are discoveredEnvironment (please complete the following information):
The text was updated successfully, but these errors were encountered: