From c475419229609fe03c37965494b90ac252c0ff4e Mon Sep 17 00:00:00 2001 From: PikPikcU <60111811+pikpikcu@users.noreply.github.com> Date: Mon, 20 Feb 2023 20:11:09 +0700 Subject: [PATCH] Create mojoportal-detect.yaml --- technologies/mojoportal-detect.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 technologies/mojoportal-detect.yaml diff --git a/technologies/mojoportal-detect.yaml b/technologies/mojoportal-detect.yaml new file mode 100644 index 0000000000..d49b2bec8b --- /dev/null +++ b/technologies/mojoportal-detect.yaml @@ -0,0 +1,23 @@ +id: mojoportal-detect + +info: + name: Mojoportal Detect + author: pikpikcu + severity: info + tags: tech,mojoportal + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Powered by mojoPortal" + + - type: status + status: + - 200