few updates

patch-1
bauthard 2020-10-14 02:12:49 +05:30
parent 8dc8566538
commit 15976d70b9
2 changed files with 6 additions and 9 deletions

View File

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

View File

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