projectdiscovery / shuffledns

MassDNS wrapper written in go to enumerate valid subdomains using active bruteforce as well as resolve subdomains with wildcard filtering and easy input-output support.
https://projectdiscovery.io
GNU General Public License v3.0
1.29k stars 184 forks source link

Add result callback function #309

Closed runt0 closed 4 months ago

runt0 commented 4 months ago

Please describe your feature request:

add a result callback function in options

Describe the use case of this feature:

It would be helpful for calling it in go library

GeorginaReeder commented 4 months ago

Awesome, thanks for your contribution @faint-star !

We also have a Discord server, which you’re more than welcome to join. It's a great place to connect with fellow contributors and stay updated with the latest developments!

runt0 commented 4 months ago

Hello, I notice the OnResult func(*store.IPMeta) had been added. But the package store is a internal package and someone could not access this struct