secator icon indicating copy to clipboard operation
secator copied to clipboard

feat(profiles): tools specific config files

Open ocervell opened this issue 1 year ago • 0 comments

Some tools require their own configs.

In secator's config.yaml

...
tasks:
  dirsearch:
    config_path: /path/to/dirsearch/config.yaml  # or
    config: | # inline YAML / .ini / .conf
    config_type: YAML

ocervell avatar Jan 31 '24 14:01 ocervell