Files
nuclei-templates/technologies/basic-auth-detect.yaml

24 lines
359 B
YAML
Raw Normal View History

id: basic-auth-detect
info:
name: Basic Auth Detection
2021-06-09 17:50:56 +05:30
author: w4cky_
severity: info
2021-09-09 19:08:13 +05:30
tags: tech,basic-auth
requests:
- method: GET
path:
2021-01-13 13:01:46 +05:30
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 401
- type: word
words:
- "Www-Authenticate:"
part: header