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

Better tests for context discovery #1498

Closed TheTechromancer closed 6 days ago

TheTechromancer commented 1 week ago

There seems to be a disconnect between make_event and emit_event:

  "discovery_path": [
    "Scan rabid_dylan seeded with URL_UNVERIFIED: http://blacklanternsecurity.com/",
    "host discovered DNS_NAME: blacklanternsecurity.com", <-------------
    "NS record for blacklanternsecurity.com contains DNS_NAME: ns02.domaincontrol.com"
  ]
TheTechromancer commented 6 days ago

Fixed in https://github.com/blacklanternsecurity/bbot/pull/1499.