updates
parent
15976d70b9
commit
99cc39a4ef
|
@ -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
|
|
@ -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()
|
||||
}
|
Loading…
Reference in New Issue