From 99cc39a4ef4a625356427f6c44199e144efdd3be Mon Sep 17 00:00:00 2001 From: bauthard <8293321+bauthard@users.noreply.github.com> Date: Wed, 14 Oct 2020 02:20:08 +0530 Subject: [PATCH] updates --- fuzzing/basic-auth-bruteforce.yaml | 5 ++--- workflows/basic-auth-workflow.yaml | 9 +++------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/fuzzing/basic-auth-bruteforce.yaml b/fuzzing/basic-auth-bruteforce.yaml index cf1b6c4c25..15026880b2 100644 --- a/fuzzing/basic-auth-bruteforce.yaml +++ b/fuzzing/basic-auth-bruteforce.yaml @@ -5,7 +5,7 @@ info: author: "@w4cky_" severity: high - # Impotent Notes:- + # Impotent Notes:- # This is specific template to work with basic 401 authentication endpoint. # Do not run this template on non basic authentication related endpoints to avoid false positive results. @@ -95,5 +95,4 @@ requests: matchers: - type: status status: - - 200 - + - 200 \ No newline at end of file diff --git a/workflows/basic-auth-workflow.yaml b/workflows/basic-auth-workflow.yaml index 38f53aa858..95046a409e 100644 --- a/workflows/basic-auth-workflow.yaml +++ b/workflows/basic-auth-workflow.yaml @@ -5,14 +5,11 @@ info: author: "@w4cky_" variables: - basic_auth_detect: technologies/basic-auth-detection.yaml - basic_auth_bruteforce: fuzzing/basic-auth-bruteforce.yaml + basic_auth_detect: technologies/basic-auth-detection.yaml + basic_auth_bruteforce: fuzzing/basic-auth-bruteforce.yaml logic: | - if basic_auth_detect() { - - basic_auth_bruteforce() - + basic_auth_bruteforce() } \ No newline at end of file