We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of hiding external endpoint from scoped crawling by default, hide only out of scope endpoints.
Would be useful to hide out of scope items, not only external endpoints.
The text was updated successfully, but these errors were encountered:
I dont know if I'm clear. let's say i use -cos option to add out of scope endpoints, it doesn't hide them from output
Sorry, something went wrong.
Thanks for your feature request @znadir , we'll take a look into this!
@znadir Thanks for opening the issue. I couldn't repro the issue; I compared the following two CMDs, and I found that -cos is working as expected:
-cos
katana -u https://projectdiscovery.io -o output.txt
katana -u https://projectdiscovery.io -cos _next -o output1.txt
Also, make sure it's the latest version.
dogancanbakir
No branches or pull requests
Please describe your feature request:
Instead of hiding external endpoint from scoped crawling by default, hide only out of scope endpoints.
Describe the use case of this feature:
Would be useful to hide out of scope items, not only external endpoints.
The text was updated successfully, but these errors were encountered: