Show HN: Subdomain Enumeration CLI
11 points
3 days ago
| 1 comment
| github.com
| HN
_nalply
2 days ago
[-]
Just 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::<Entry>(&url).await
    }
reply
LogrBaron
2 days ago
[-]
And Merklemap uses certificate transparency. So if you stick to wildcard certs you're somewhat hidden still, right?
reply