TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Show HN: Subdomain Enumeration CLI
11 points
by
pierrebarre
8 months ago
1 comment
_nalply
8 months ago
Collapse
Just a thin wrapper around api.merklemap.com?<p><a href="https://github.com/Barre/merklemap-cli/blob/master/src/lib.rs#L82C1-L85C2">https://github.com/Barre/merklemap-cli/blob/master/src/lib.r...</a><p><pre><code> 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 }</code></pre>
评论 #41563088 未加载