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 Scope Constraint Optional Argument #171

Closed
mr-pmillz opened this issue Jan 9, 2024 · 2 comments
Closed

Add Scope Constraint Optional Argument #171

mr-pmillz opened this issue Jan 9, 2024 · 2 comments

Comments

@mr-pmillz
Copy link

Is your feature request related to a problem? Please describe.
It would be a nice feature to optionally include a scope constraint by domain so that results are constrained to only subdomains of the specified constraint domain or a list of constraint domains in a file.

Describe the solution you'd like
When --scope example.com is specified, only return subdomains of *.example.com. Ex:
api.example.com
foobarbaz.example.com
etc...

Describe alternatives you've considered
I'd like to use this tool but currently too many third-party hosts are returned and it would be very useful to only get hosts that are in-scope for a penetration test that you're authorized to test.

Additional context
I could manually parse the output results to filter out-of-scope items but this would be a great feature to have built-in to the project.

@mr-pmillz
Copy link
Author

Whoops! Nevermind, I totally missed this flag haha

-d, -domain string[]  Filter results belonging to these domains (comma separated)

perhaps could rename the -d --domain flag to scope, idk, closing issue 😅

@edoardottt
Copy link
Owner

No worries @mr-pmillz , if you have other suggestions just open other issues :)

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

No branches or pull requests

2 participants