2020-10-13 18:25:28 +00:00
|
|
|
id: basic-auth-detection
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Basic auth detection
|
2021-06-09 12:20:56 +00:00
|
|
|
author: w4cky_
|
2020-10-13 18:25:28 +00:00
|
|
|
severity: info
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-01-13 07:31:46 +00:00
|
|
|
- "{{BaseURL}}"
|
2020-10-13 18:25:28 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 401
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "Www-Authenticate:"
|
|
|
|
part: header
|