29 lines
676 B
YAML
29 lines
676 B
YAML
id: wget-hsts-list-exposure
|
|
|
|
info:
|
|
name: WGET HSTS List Exposure
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:".wget-hsts"
|
|
tags: devops,exposure,wget,files
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.wget-hsts"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'HSTS 1.0 Known Hosts database for GNU Wget'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a004730450221008e68651c094552ab95c723ea2cb74f299cfb83fbe47f072f3829211720af8d930220323ca3dbc2634a465bc6bf30664bccf43bb5e44765752898f40381bcd04cad23:922c64590222798bb761d5b6d8e72950
|