mirror of
https://github.com/epi052/feroxbuster.git
synced 2026-06-04 07:21:12 -03:00
Found a bug for redirect links not extracting links properly
This commit is contained in:
@@ -392,7 +392,7 @@ impl Requester {
|
||||
continue;
|
||||
}
|
||||
|
||||
if self.handles.config.extract_links && !ferox_response.status().is_redirection() {
|
||||
if self.handles.config.extract_links {
|
||||
let extractor = ExtractorBuilder::default()
|
||||
.target(ExtractionTarget::ResponseBody)
|
||||
.response(&ferox_response)
|
||||
|
||||
Reference in New Issue
Block a user