From 415fc848b6928bb8ee22498fb40399e482a41bab Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sun, 10 Jul 2022 00:04:38 +0100 Subject: [PATCH] Create wgetrc-config.yaml --- exposures/configs/wgetrc-config.yaml | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 exposures/configs/wgetrc-config.yaml diff --git a/exposures/configs/wgetrc-config.yaml b/exposures/configs/wgetrc-config.yaml new file mode 100644 index 0000000000..038b767fcb --- /dev/null +++ b/exposures/configs/wgetrc-config.yaml @@ -0,0 +1,33 @@ +id: wgetrc-config + +info: + name: Wgetrc Configuration File Exposure + author: DhiyaneshDK + severity: medium + 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