nuclei-templates/exposures/configs/wgetrc-config.yaml

41 lines
807 B
YAML

id: wgetrc-config
info:
name: Wgetrc Configuration File - Detect
author: DhiyaneshDK
severity: medium
description: Wgetrc configuration file was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
metadata:
verified: true
shodan-query: html:".wgetrc"
tags: devops,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/wgetrc"
- "{{BaseURL}}/.wgetrc"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- '/etc/wgetrc'
- 'wget.info'
- type: word
part: header
words:
- 'application/octet-stream'
- type: status
status:
- 200
# Enhanced by md on 2023/02/24