few updates
parent
8dc8566538
commit
15976d70b9
|
@ -5,6 +5,10 @@ info:
|
|||
author: "@w4cky_"
|
||||
severity: high
|
||||
|
||||
# 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.
|
||||
|
||||
requests:
|
||||
|
||||
- payloads:
|
||||
|
@ -88,8 +92,8 @@ requests:
|
|||
Accept-Language: en-US,en;q=0.9
|
||||
Connection: close
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 301
|
||||
- 200
|
||||
|
||||
|
|
|
@ -8,13 +8,6 @@ variables:
|
|||
basic_auth_detect: technologies/basic-auth-detection.yaml
|
||||
basic_auth_bruteforce: fuzzing/basic-auth-bruteforce.yaml
|
||||
|
||||
logic:
|
||||
|
|
||||
|
||||
if basic_auth_detect() {
|
||||
|
||||
basic_auth_bruteforce()
|
||||
}
|
||||
logic:
|
||||
|
|
||||
|
||||
|
|
Loading…
Reference in New Issue