#recon #web-apps #applications #beta #tool

compass

Web Application Recon Tool (BETA)

1 unstable release

0.0.1 Sep 23, 2019

#11 in #recon

MIT license

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
~452K SLoC