Skip to content
New issue

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

--fast mode #1874

Open
TheTechromancer opened this issue Oct 18, 2024 · 0 comments
Open

--fast mode #1874

TheTechromancer opened this issue Oct 18, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@TheTechromancer
Copy link
Collaborator

TheTechromancer commented Oct 18, 2024

Sometimes we want to run BBOT against a bunch of pre-discovered hosts. We don't care about discovery; we just need it to go as fast as possible.

What we need is something like --fast that's essentially an alias for:

# exclude excavate
exclude_modules:
  - excavate

config:
  # don't descend into subdomains
  scope:
    strict: true
  # do basic resolution but don't emit dns events
  dns:
    minimal: true

@aconite33

@TheTechromancer TheTechromancer added the enhancement New feature or request label Oct 18, 2024
@TheTechromancer TheTechromancer self-assigned this Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant