Show HN: Subdomain Enumeration CLI
github.com
Show HN: Subdomain Enumeration CLI
1–3 of 3 posts
Re: Show HN: Subdomain Enumeration CLI
#2Just a thin wrapper around api.merklemap.com?
https://github.com/Barre/merklemap-cli/blob/master/src/lib.r...
pub async fn search(query: &str) -> Result {
let url = format!("https://api.merklemap.com/search?query={}&stream=true", query);
process_event_stream::(&url).await
}Re: Show HN: Subdomain Enumeration CLI
#3Just a thin wrapper around api.merklemap.com? https://github.com/Barre/merklemap-cli/blob/master/src/lib.r... pub async fn search(query: &str) -> Result { let url = format!("https://api.merklemap.com/search?query={}&stream=true", query); process_event_stream:: (&url).await }
And Merklemap uses certificate transparency. So if you stick to wildcard certs you're somewhat hidden still, right?