blacklanternsecurity / bbot

A recursive internet scanner for hackers.
https://www.blacklanternsecurity.com/bbot/
GNU General Public License v3.0
4.45k stars 398 forks source link

Speed up event processing speed for subdomain enum modules #1614

Closed TheTechromancer closed 1 week ago

TheTechromancer commented 1 month ago

When processing incoming events, subdomain enum modules perform a secondary check for wildcards. Is this necessary?

TheTechromancer commented 1 month ago

We still need to implement wildcard caching on the client side of the DNS-engine.

TheTechromancer commented 1 month ago

https://github.com/blacklanternsecurity/bbot/pull/1618

TheTechromancer commented 1 month ago

This is partially fixed in https://github.com/blacklanternsecurity/bbot/pull/1617 with later plans in https://github.com/blacklanternsecurity/bbot/pull/1618.