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
To debug the target app vetoing attack requests versus not, this was useful for me:
sed -i 's|debugHeaderValue = testCase.Set + " /// " + testCase.Name + " /// " + placeholder.Name + " /// " + encoder + " /// " + hex.EncodeToString([]byte(payload))\ if len(debugHeaderValue) > 130 {\ debugHeaderValue = debugHeaderValue[:130] + "..."\ }|' internal/scanner/scanner.go
It sends a sha256 for now, and maybe the excellent GoTestWaf would wish to optionally retain that - another command line flag?
The text was updated successfully, but these errors were encountered:
Scratch the above sed expression, the #265 PR has a more solid implementation
Sorry, something went wrong.
No branches or pull requests
To debug the target app vetoing attack requests versus not, this was useful for me:
It sends a sha256 for now, and maybe the excellent GoTestWaf would wish to optionally retain that - another command line flag?
The text was updated successfully, but these errors were encountered: