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
main and dev
main
dev
The -debug flag prints out request/response + variables, making the output unreadable
-debug
Variables should be printed in a more concise way (eg. batched inline) or only if requested
$ go run . -t test.yaml -debug -u http://scanme.sh ... [DBG] Protocol response variables: 1. Scheme => https 2. service => sts 3. BaseURL => http://scanme.sh .... 100. File => / ...
The text was updated successfully, but these errors were encountered:
@Mzack9999 this is already done in dev, as part of #2670
Sorry, something went wrong.
Duplicate of #2670
No branches or pull requests
Nuclei version:
main
anddev
Current Behavior:
The
-debug
flag prints out request/response + variables, making the output unreadableExpected Behavior:
Variables should be printed in a more concise way (eg. batched inline) or only if requested
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: