BBOT 2.0 - Upgrade Process & Troubleshooting Tips #1540
TheTechromancer
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
BBOT 2.0 is now in prerelease! 🎉🎉🎉
If you installed BBOT version 1 and then upgraded to 2.0, you may run into a few hiccups. There have been a few changes to the CLI, and the structure of the config. The goal of this post is to help you navigate those.
Since the old config can cause problems for BBOT 2.0, the first thing you probably want to do is remove it and start fresh:
Here is a highlight of the major changes:
New Features
-p
/--presets
)discovery_context
attribute on every event which contains a description of exactly how the event was discovered.discovery_path
attribute that contains the complete chain of parent contexts all the way back to the scan target.--json
command-line flag (alias for-c modules.stdout.format=json
)--brief
command-line flag for cleaner outputBreaking Changes
--current-config
is now--current-preset
(or--current-preset-full
)--help-all
has gone away. To list module options, you now do--list-module-options
or-lmo
modules
(output_modules
andinternal_modules
have gone away):source
attribute has been renamed toparent
max_event_handlers
has been renamed tomodule_threads
Beta Was this translation helpful? Give feedback.
All reactions