Web 应用程序侦察工具(BETA版)
由 caleb
#12 in #recon
16KB 121 代码行数,不包括注释
fn main() -> Result<(), CompassError> { let target = String::from("target_url"); let res = compass::fetch_pretty(&target)?; println!("{}", res); Ok(()) }
~20MB ~442K 额外代码行数