TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Subdomain Enumeration CLI

11 pointsby pierrebarre8 months ago

1 comment

_nalply8 months ago
Just a thin wrapper around api.merklemap.com?<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Barre&#x2F;merklemap-cli&#x2F;blob&#x2F;master&#x2F;src&#x2F;lib.rs#L82C1-L85C2">https:&#x2F;&#x2F;github.com&#x2F;Barre&#x2F;merklemap-cli&#x2F;blob&#x2F;master&#x2F;src&#x2F;lib.r...</a><p><pre><code> pub async fn search(query: &amp;str) -&gt; Result&lt;()&gt; { let url = format!(&quot;https:&#x2F;&#x2F;api.merklemap.com&#x2F;search?query={}&amp;stream=true&quot;, query); process_event_stream::&lt;Entry&gt;(&amp;url).await }</code></pre>
评论 #41563088 未加载