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
Hi Team,
Could you please optimize the code? the current code cannot run under Windows, and the error message is as follows:
C:\gotestwaf-master\gotestwaf-master>go run ./cmd --url=http://39.100.84.77 --reportFormat=html --noEmailReport --skipWAFIdentification
internal\scanner\scanner.go:345:36: undefined: syscall.SIGUSR1
The text was updated successfully, but these errors were encountered:
Can anyone help? thanks in advance!
Sorry, something went wrong.
I am able to get it working by replacing SIGUSR1 with SIGINT, not sure if this change broke something else.
SIGUSR1
SIGINT
No branches or pull requests
Hi Team,
Could you please optimize the code? the current code cannot run under Windows, and the error message is as follows:
C:\gotestwaf-master\gotestwaf-master>go run ./cmd --url=http://39.100.84.77 --reportFormat=html --noEmailReport --skipWAFIdentification
github.com/wallarm/gotestwaf/internal/scanner
internal\scanner\scanner.go:345:36: undefined: syscall.SIGUSR1
The text was updated successfully, but these errors were encountered: