epi052 / feroxbuster

A fast, simple, recursive content discovery tool written in Rust.
https://epi052.github.io/feroxbuster/
MIT License
5.54k stars 467 forks source link

[FEATURE REQUEST] Functionality to add relative paths in Scan Management Menu #1147

Closed L1-0 closed 2 weeks ago

L1-0 commented 1 month ago

Is your feature request related to a problem? Please describe. Instead of always resorting to adding the full url like a[dd] https://target.local/adminUI/common/test123/ it should be possible to add it also like this: a[dd] /adminUI/common/test123/ Feroxbuster would then always consider the base host as the start. Right now this fails when trying to add a relative url.

Describe the solution you'd like Add relative path parsing to the add function off the Scan Management Menu

Describe alternatives you've considered None

epi052 commented 2 weeks ago

in general, i think this is a nice feature. However, it becomes ambiguous when more than one target is present.

Due to this not being suitable for all use-cases, I'm going to decline this one.