urlsieve 0.3.1

Intelligent URL deduplication tool for bug bounty workflows
Documentation
1
2
3
4
5
mod parse;
mod fingerprint;

pub use parse::{parse_path, parse_url};
pub use fingerprint::Fingerprinter;