subfinder icon indicating copy to clipboard operation
subfinder copied to clipboard

Add merklemap?

Open Barre opened this issue 1 year ago • 4 comments

Hi,

I've been working on Merklemap recently and believe it could be a good fit for this project. Would you be open to me submitting a pull request to integrate its API?

While there isn't comprehensive documentation available yet, I've created a basic CLI for reference: https://github.com/Barre/merklemap-cli

I'd be happy to provide more details or discuss this further if you're interested.

Thanks.

Barre avatar Sep 07 '24 09:09 Barre

@Barre, nice project!

We're open to adding new sources as long as they add value to the project. In this case, did you find any instances where your project discovered subdomains that weren't being found with the existing sources in Subfinder?

Does your project also include data from sources or methods other than CT Logs, which is already included in Chaos and a few other sources available in Subfinder?

ehsandeep avatar Sep 07 '24 10:09 ehsandeep

It does not have any other source, as this project aims to be more of a CT monitor than a pure data finder.

I'd say that the main benefits would be that results are paginatable, unlike crt.sh, and that due to the project's architecture, it shouldn't be overloaded as easily as crt.sh.

One key feature is that we are not doing full text search in the traditional sense so you can perform queries such as *exa*mpl*e* not just the traditional word boundaries.

Let me know if you think it adds enough value or not! :)​​​​​​​​​​​​​​​​

Barre avatar Sep 07 '24 10:09 Barre

@Barre I see no harm in trying it out. Let's include it and make a quick comparison to assess its value -it shouldn't take too much time. Let me know if you need any help!

dogancanbakir avatar Sep 09 '24 09:09 dogancanbakir

Thank you!

I'll try to push a PR this week.

Barre avatar Sep 15 '24 20:09 Barre