We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug BBoT scan stopped responding, uses 100% CPU
Expected behavior Normal scan behavior
BBOT Command Example: bbot -p preset.yaml -t targets.txt -o ~/scans/
bbot -p preset.yaml -t targets.txt -o ~/scans/
OS, BBOT Installation Method + Version Example: OS: Ubuntu, poetry shell, latest dev version
OS: Ubuntu, poetry shell, latest dev version
BBOT Config
config: interactsh_server: redacted.com interactsh_disable: false interactsh_token: redacted exclude_modules: - bypass403 - columbus - hunt - iis_shortnames - smuggler - url_manipulation - dastardly - host_header flags: - email-enum - subdomain-enum - web-thorough modules: - baddns - badsecrets - dotnetnuke - gowitness - httpx - robots - telerik output_modules: - csv - json - subdomains - txt
Logs Output from gdb debugger:
--Return-- > <string>(1)<module>()->None (Pdb) where /root/.cache/pypoetry/virtualenvs/bbot-aKeTQkGo-py3.10/bin/bbot(6)<module>()->None -> sys.exit(main()) /root/bbot/bbot/cli.py(278)main() -> asyncio.run(_main()) /usr/lib/python3.10/asyncio/runners.py(44)run() -> return loop.run_until_complete(main) /usr/lib/python3.10/asyncio/base_events.py(633)run_until_complete() -> self.run_forever() /usr/lib/python3.10/asyncio/base_events.py(600)run_forever() -> self._run_once() /usr/lib/python3.10/asyncio/base_events.py(1896)_run_once() -> handle._run() /usr/lib/python3.10/asyncio/events.py(80)_run() -> self._context.run(self._callback, *self._args) /root/bbot/bbot/modules/base.py(683)_worker() -> await self.finish() /root/bbot/bbot/modules/dnsbrute_mutations.py(127)finish() -> parent_event = self.get_parent_event(hostname) /root/bbot/bbot/modules/dnsbrute_mutations.py(44)get_parent_event() -> parent_host = self.helpers.closest_match(subdomain, self.parent_events) /root/bbot/bbot/core/helpers/misc.py(1023)closest_match() -> matches = difflib.get_close_matches(s, choices, n=n, cutoff=cutoff) /usr/lib/python3.10/difflib.py(706)get_close_matches() -> s.ratio() >= cutoff: /usr/lib/python3.10/difflib.py(619)ratio() -> matches = sum(triple[-1] for triple in self.get_matching_blocks()) /usr/lib/python3.10/difflib.py(490)get_matching_blocks() -> return self.matching_blocks > <string>(1)<module>()->None
The text was updated successfully, but these errors were encountered:
Added minor fix + debug message in
bbot/bbot/modules/dnsbrute_mutations.py
Lines 45 to 50 in 3407637
Sorry, something went wrong.
TheTechromancer
No branches or pull requests
Describe the bug
BBoT scan stopped responding, uses 100% CPU
Expected behavior
Normal scan behavior
BBOT Command
Example:
bbot -p preset.yaml -t targets.txt -o ~/scans/
OS, BBOT Installation Method + Version
Example:
OS: Ubuntu, poetry shell, latest dev version
BBOT Config
Logs
Output from gdb debugger:
The text was updated successfully, but these errors were encountered: