dnsdumpster sets a nonexistent error flag, never shuts down
Describe the bug bbot/modules/dnsdumpster.py:47 sets self.errorState = True when it fails to extract the JWT token from the dnsdumpster.com landing page. That attribute does not exist anywhere in BBOT. The correct flag is self.errored, defined in BaseModule.init (bbot/modules/base.py:142).
BBOT Command bbot -m dnsdumpster -t evilcorp.com,evilcorp.net,evilcorp.org --debug
OS, BBOT Installation Method + Version OS: Ubuntu 24.04.4 LTS Installation method: git clone + uv (running from source) BBOT version: 3.0.2 Python: 3.12.3 Commit: d5c1526cc
BBOT Config The config used was the default ASM Discovery config.
Logs/Screenshots
If possible, produce the bug while --debug is enabled, and attach the relevant parts of the output.
Source: blacklanternsecurity/bbot