From f92969bc27281a1df4e8d05bfc52cddca3b343bc Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sun, 12 Jun 2022 00:11:02 +0100 Subject: [PATCH] Create webpack-mix-js.yaml --- exposures/files/webpack-mix-js.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 exposures/files/webpack-mix-js.yaml diff --git a/exposures/files/webpack-mix-js.yaml b/exposures/files/webpack-mix-js.yaml new file mode 100644 index 0000000000..f17dcfd697 --- /dev/null +++ b/exposures/files/webpack-mix-js.yaml @@ -0,0 +1,28 @@ +id: webpack-mix-js + +info: + name: Webpack Mix File Disclosure + author: DhiyaneshDk + severity: info + metadata: + verified: true + shodan-query: html:"webpack.mix.js" + tags: config,exposure,devops + +requests: + - method: GET + path: + - "{{BaseURL}}/webpack.mix.js" + + matchers-condition: and + + matchers: + - type: word + words: + - "Mix Asset Management" + - "const mix" + condition: and + + - type: status + status: + - 200