Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cak/compass


https://github.com/cak/compass

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# compass
Web Application Recon Tool (BETA)

## Example

```Rust
fn main() -> Result<(), CompassError> {
let target = String::from("target_url");
let res = compass::fetch_pretty(&target)?;
println!("{}", res);
Ok(())
}
```