urlsieve 0.1.0

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

pub use parse::parse_url;
pub use fingerprint::Fingerprinter;