nuclei-templates/exposures/files/wget-hsts-list-exposure.yaml

31 lines
549 B
YAML

id: wget-hsts-list-exposure
info:
name: WGET HSTS List Exposure
author: DhiyaneshDK
severity: low
metadata:
verified: true
shodan-query: html:".wget-hsts"
tags: devops,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/.wget-hsts"
matchers-condition: and
matchers:
- type: word
words:
- 'HSTS 1.0 Known Hosts database for GNU Wget'
- type: word
part: header
words:
- 'application/octet-stream'
- type: status
status:
- 200