1 unstable release
0.0.1 | Sep 23, 2019 |
---|
#12 in #recon
16KB
121 lines
compass
Web Application Recon Tool (BETA)
Example
fn main() -> Result<(), CompassError> {
let target = String::from("target_url");
let res = compass::fetch_pretty(&target)?;
println!("{}", res);
Ok(())
}
Dependencies
~20MB
~446K SLoC