From ee85819e348fc0d4045c56a2122e6a8ac509030a Mon Sep 17 00:00:00 2001 From: Geeknik Labs <466878+geeknik@users.noreply.github.com> Date: Wed, 21 Jul 2021 13:22:01 -0500 Subject: [PATCH 1/2] Create wp-app-log.yaml --- exposures/logs/wp-app-log.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 exposures/logs/wp-app-log.yaml diff --git a/exposures/logs/wp-app-log.yaml b/exposures/logs/wp-app-log.yaml new file mode 100644 index 0000000000..77e98f67c9 --- /dev/null +++ b/exposures/logs/wp-app-log.yaml @@ -0,0 +1,29 @@ +id: wp-app-log + +info: + name: Discover wp-app.log Files + author: geeknik + severity: info + +requests: + - method: GET + path: + - "{{BaseURL}}/wp-app.log" + + matchers-condition: and + matchers: + - type: word + words: + - "LANG" + - "Array" + condition: and + + - type: word + part: header + words: + - "text/html" + negative: true + + - type: status + status: + - 200 From d43b57b56ae38d42035967b5436f90871ac2f39c Mon Sep 17 00:00:00 2001 From: Sandeep Singh Date: Mon, 26 Jul 2021 01:21:43 +0530 Subject: [PATCH 2/2] Update wp-app-log.yaml --- exposures/logs/wp-app-log.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/exposures/logs/wp-app-log.yaml b/exposures/logs/wp-app-log.yaml index 77e98f67c9..b1c8817b08 100644 --- a/exposures/logs/wp-app-log.yaml +++ b/exposures/logs/wp-app-log.yaml @@ -4,6 +4,7 @@ info: name: Discover wp-app.log Files author: geeknik severity: info + tags: exposure,logs requests: - method: GET