Settings

Theme

Show HN: Subdomain Enumeration CLI

github.com

11 points by pierrebarre 2 years ago · 2 comments

Reader

_nalply 2 years 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
    }
  • LogrBaron 2 years ago

    And Merklemap uses certificate transparency. So if you stick to wildcard certs you're somewhat hidden still, right?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection