Skip to content

WGET HSTS List Exposure

ID: wget-hsts-list-exposure

Severity: info

Author: DhiyaneshDK

Tags: devops,exposure,wget,files

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: 4a0a00473045022100c7414153bf0541eb3647c5b191e2656c5d70eb06cce9250e9c7edbf26227b714022033a9689d52a7a290880cbc28fb5e759f113d352d47878e051c6aee4f86a66dfd:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/files/wget-hsts-list-exposure.yaml"

View on Github