From 6473e38bacc1620ee1cb7c8d4a4a6b33fcfcce80 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 24 May 2018 10:31:59 +0200 Subject: [PATCH] Update the ssl feature - the target host and port are now configurable through the config.xml file - add some instructions for the installation of sslyze - add feature to allow configuration of the maxDepth for zap - Add '-' to the regex to match inpu of this type : --- config.xml | 14 +++++++++++--- src/test/java/net/continuumsecurity/Config.java | 16 ++++++++++++++++ .../steps/AppScanningSteps.java | 3 ++- .../net/continuumsecurity/steps/SSLyzeSteps.java | 8 ++++++-- .../steps/WebApplicationSteps.java | 2 +- src/test/resources/features/ssl.feature | 2 +- 6 files changed, 37 insertions(+), 8 deletions(-) diff --git a/config.xml b/config.xml index 67015c4e..3bce582b 100644 --- a/config.xml +++ b/config.xml @@ -15,9 +15,16 @@ net.continuumsecurity.examples.ropeytasks.RopeyTasksApplication + - /opt/sslyze/sslyze_cli.py - + sslyze + + www.continuumsecurity.net + 443 @@ -31,7 +38,8 @@ .*logout.* - baseUrl + baseUrl + 5