bbot
bbot copied to clipboard
BBOT Presets
Discussed in https://github.com/blacklanternsecurity/bbot/discussions/704
Originally posted by TheTechromancer July 11, 2023
Presets would be an extension / overhaul of the config system that would allow users to specify targets, flags, modules, and config options in "preset" .yml files. This would enable us to make user-friendly presets for individual use-cases like web spidering, ffuf'ing, etc. It would also let users re-run an old scan by loading its preset.
Presets
Flags Modules Configs CLI Targets
bbot -p mypreset.yml
Example yml file
-targets:
-evilcorp.com
-description: My Preset
-flags:
-subdomain.enum
-!web-spider
-exclude-flags:
-slow
Added in https://github.com/blacklanternsecurity/bbot/pull/1058.