blacklanternsecurity / bbot

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

Fix Chicken-and-Egg Scenario with Targets #1493

Closed TheTechromancer closed 1 week ago

TheTechromancer commented 1 week ago

In BBOT 2.0, events must have access to the scan config in order to initialize properly. This creates problems for the target, which right now is built before the config is ready. We need to delay the building of target events until the .bake() process.

TheTechromancer commented 1 week ago

Added in https://github.com/blacklanternsecurity/bbot/pull/1496.