gossan-origin 0.3.1

Discovers the true origin IP of web assets behind CDNs/WAFs — part of the security research ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[cfg(feature = "dns_misconfig")]
pub mod dns_misconfig;

#[cfg(feature = "ssl_cert")]
pub mod ssl_cert;

#[cfg(feature = "http_header")]
pub mod http_header;

#[cfg(feature = "favicon")]
pub mod favicon;

#[cfg(feature = "dns_history")]
pub mod dns_history;