patch-1
bauthard 2020-10-14 02:20:08 +05:30
parent 15976d70b9
commit 99cc39a4ef
2 changed files with 5 additions and 9 deletions

View File

@ -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

View File

@ -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()
}