This commit is contained in:
epi
2022-02-15 20:51:01 -06:00
parent 3230f9c276
commit 7f0dcb6b46

View File

@@ -75,7 +75,6 @@ impl FeroxScanner {
log::info!("Starting scan against: {}", self.target_url);
let mut scan_timer = Instant::now();
// let mut dirlist_type = None;
if self.handles.config.extract_links && matches!(self.order, ScanOrder::Initial) {
// check for robots.txt (cannot be in sub-directories, so limited to Initial)