You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--maxIdleConns int The maximum number of keep-alive connections (gohttp only) (default 2)
381
382
--maxRedirects int The maximum number of handling redirects (gohttp only) (default 50)
382
383
--noEmailReport Save report locally
383
-
--nonBlockedAsPassed If true, count requests that weren't blocked as passed. If false, requests that don't satisfy to PassStatusCodes/PassRegExp as blocked
384
+
--nonBlockedAsPassed If present, count requests that weren't blocked as passed. If false, requests that don't satisfy to PassStatusCodes/PassRegExp as blocked
384
385
--openapiFile string Path to openAPI file
385
386
--passRegex string Regex to a detect normal (not blocked) web page with the same HTTP status code as a blocked request
386
387
--passStatusCodes ints HTTP response status code that WAF uses while passing requests (default [200,404])
387
388
--proxy string Proxy URL to use
388
-
--quiet If true, disable verbose logging
389
+
--quiet If present, disable verbose logging
389
390
--randomDelay int Random delay in ms in addition to the delay between requests (default 400)
390
391
--renewSession Renew cookies before each test. Should be used with --followCookies flag (gohttp only)
391
-
--reportFormat stringExport report to one of the following formats: none, pdf, html, json (default "pdf")
392
+
--reportFormat strings Export report in the following formats: json, html, pdf, none (default [pdf])
reportFormat:=flag.StringSlice("reportFormat", []string{report.PdfFormat}, "Export report in the following formats: "+strings.Join(report.ReportFormats, ", "))
0 commit comments