bbot icon indicating copy to clipboard operation
bbot copied to clipboard

BBOT Presets

Open TheTechromancer opened this issue 2 years ago • 2 comments

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.

TheTechromancer avatar Oct 25 '23 15:10 TheTechromancer

Presets

Flags Modules Configs CLI Targets


bbot -p mypreset.yml

aconite33 avatar Jan 26 '24 15:01 aconite33

Example yml file

-targets:
    -evilcorp.com
-description: My Preset
-flags:
    -subdomain.enum
    -!web-spider
-exclude-flags:
    -slow

aconite33 avatar Jan 26 '24 15:01 aconite33

Added in https://github.com/blacklanternsecurity/bbot/pull/1058.

TheTechromancer avatar Jun 07 '24 15:06 TheTechromancer