nuclei-templates/http/exposures/configs/htpasswd-detection.yaml

34 lines
695 B
YAML
Raw Normal View History

id: htpasswd-detection
info:
name: Apache htpasswd Config - Detect
author: geeknik
2023-03-03 15:27:54 +00:00
severity: high
description: Apache htpasswd configuration was detected.
reference: https://httpd.apache.org/docs/current/programs/htpasswd.html
classification:
2023-03-03 15:27:54 +00:00
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-200
2021-04-06 06:46:11 +00:00
tags: config,exposure
metadata:
max-request: 1
2021-03-29 18:27:05 +00:00
http:
- method: GET
path:
- "{{BaseURL}}/.htpasswd"
matchers-condition: and
matchers:
- type: word
words:
- ":{SHA}"
- ":$apr1$"
- ":$2y$"
condition: or
- type: status
status:
- 200