#Subdomain / Certificate transparency search engine - Merklemap

12 messages Β· Page 1 of 1 (latest)

eager jackal
#

Merklemap is a tool where the backend and data ingestion pipeline is written in rust.

It allows you to discover and enumerate all subdomains associated with a website, including those not publicly advertised. Use this tool to conduct thorough security assessments, validate your organization's digital footprint, or enhance your reconnaissance capabilities for penetration testing and bug bounty hunting.

stable robin
#

well apparently you cant search ' πŸ˜›

#

just hangs

#

love the website though, looks so cool

eager jackal
#

Thank you πŸ™‚

#

Well, you can search for it, but it's slow because ' is actually being searched for (not that it makes much sense though lol), not that you broke anything. It may have been unusually slow for you, but for something that short, I would expect a response time of around 8 seconds to be normal!

stable robin
#

I wonder how the live count is done, I doubt it's sending 1 request every millisecond for it

eager jackal
#

There is a worker process that NOTIFY inside of postgres when ingesting a new name, the web server is listening for that

#

The same ingestion data can be seen like that

curl -N 'https://api.merklemap.com/live-domains?no_throttle=true'

barren thistle
eager jackal