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
latest
Field option doesn't work with -d 1
-d 1
echo https://www.mandiant.com/report-incident | katana -f email -d 1 -silent
Field option to work with -d 1 based on requested page response.
echo https://www.mandiant.com/report-incident | katana -f email -d 1 -silent [email protected] [email protected]
echo https://www.mandiant.com/report-incident | katana -f email
The text was updated successfully, but these errors were encountered:
I am unable to reproduce this issue. It may have been resolved at some point.
$ go run . -f email -d 1 -u https://www.mandiant.com/report-incident __ __ / /_____ _/ /____ ____ ___ _ / '_/ _ / __/ _ / _ \/ _ / /_/\_\\_,_/\__/\_,_/_//_/\_,_/ projectdiscovery.io [INF] Current katana version v1.1.0 (latest) [INF] Started standard crawling for => https://www.mandiant.com/report-incident [email protected] [email protected]
Sorry, something went wrong.
Closing this; works as expected.
dogancanbakir
Successfully merging a pull request may close this issue.
katana version:
latest
Current Behavior:
Field option doesn't work with
-d 1
echo https://www.mandiant.com/report-incident | katana -f email -d 1 -silent
Expected Behavior:
Field option to work with
-d 1
based on requested page response.Steps To Reproduce:
The text was updated successfully, but these errors were encountered: