mirror of
https://github.com/epi052/feroxbuster.git
synced 2026-04-19 06:31:13 -03:00
removed cruft
This commit is contained in:
@@ -265,7 +265,6 @@ impl TermOutHandler {
|
||||
|
||||
if should_process_response {
|
||||
// print to stdout
|
||||
log::warn!("{:?}", self.handles.as_ref().unwrap().filters.data);
|
||||
ferox_print(&resp.as_str(), &PROGRESS_PRINTER);
|
||||
|
||||
send_command!(tx_stats, AddToUsizeField(ResourcesDiscovered, 1));
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
use std::hash::BuildHasherDefault;
|
||||
|
||||
use super::*;
|
||||
use crate::MIN_SSDEEP_SIZE;
|
||||
use fuzzyhash::FuzzyHash;
|
||||
use gaoya::minhash::{MinHash, MinHasher, MinHasher16};
|
||||
use gaoya::text::whitespace_split;
|
||||
|
||||
Reference in New Issue
Block a user