nuclei-templates/technologies/basic-auth-detection.yaml

24 lines
362 B
YAML

id: basic-auth-detection
info:
name: Basic auth detection
author: w4cky_
severity: info
tags: tech,basic-auth
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 401
- type: word
words:
- "Www-Authenticate:"
part: header