WebAudit: Use verbose mode

This commit is contained in:
wpetit 2019-07-26 10:54:08 +02:00
parent 2d26708e3b
commit 84a27ae9f4
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ def call() {
-e W3AF_AUTH_FORM_CHECK_STRING='${params.authFormCheckString}'
-e W3AF_AUTH_FORM_USERNAME_FIELD='${params.authFormUsernameField}'
-e W3AF_AUTH_FORM_PASSWORD_FIELD='${params.authFormPasswordField}'
-e W3AF_VERBOSE='True'
"""
timeout(params.auditTimeout.toInteger()) {
w3afImage.inside(dockerArgs) {