Skip to content

Wgetrc Configuration File - Detect

ID: wgetrc-config

Severity: info

Author: DhiyaneshDK

Tags: devops,exposure

Wgetrc configuration file was detected.

id: wgetrc-config
info:
name: Wgetrc Configuration File - Detect
author: DhiyaneshDK
severity: info
description: Wgetrc configuration file was detected.
reference: https://www.gnu.org/software/wget/manual/html_node/Wgetrc-Commands.html
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0
cwe-id: CWE-200
cpe: cpe:2.3:a:gnu:wget:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
shodan-query: html:".wgetrc"
product: wget
vendor: gnu
tags: devops,exposure
http:
- 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
# digest: 490a00463044022033f2d34b14b8c52a7ab45cbb5dbd813fb12bed75fb26d84f806cb55d2555542802201b23827a5f45e99d2bfbabcd2c29cbeef257132e3a57f7df050a4bbfb2d7face: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/configs/wgetrc-config.yaml"

View on Github