28 lines
581 B
YAML
28 lines
581 B
YAML
id: basic-auth-detect
|
|
|
|
info:
|
|
name: Basic Auth Detection
|
|
author: w4cky_
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,basic-auth
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 401
|
|
|
|
- type: word
|
|
words:
|
|
- "Www-Authenticate:"
|
|
part: header
|
|
|
|
# digest: 4a0a0047304502210092e758850720e58897739f47f9a907633c5c61556342eff79cbddbdc5ba206f602205ca68d04fd3576fca190cabbe15d8f61b837e0cee7ade1c0887d32f1d38aac04:922c64590222798bb761d5b6d8e72950
|