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

Add Flags to control which sources are used #71

Open
zagaris opened this issue Jan 7, 2025 · 0 comments · May be fixed by #70
Open

Add Flags to control which sources are used #71

zagaris opened this issue Jan 7, 2025 · 0 comments · May be fixed by #70

Comments

@zagaris
Copy link

zagaris commented Jan 7, 2025

Context:
This feature is listed as a to-do item in the project's README.

Problem:
Currently, the tool uses a predefined set of subdomain sources for enumeration, and all sources are always included. Users cannot enable or disable specific sources, making the tool less customizable for specific use cases. For example, users might want to exclude slower sources or ones that require API keys.

Solution:

  • Implement a flag for each source to toggle its inclusion, as suggested in the README.
  • All sources should be enabled by default unless explicitly disabled by the user.
  • Update the README to reflect this functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant