Open haichaox opened 5 months ago
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
Can anyone help? thanks in advance!
I am able to get it working by replacing SIGUSR1 with SIGINT, not sure if this change broke something else.
SIGUSR1
SIGINT
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