From 4972bc12e40a422698a17ea4225d56a1b80bd041 Mon Sep 17 00:00:00 2001 From: PikPikcU <60111811+pikpikcu@users.noreply.github.com> Date: Tue, 27 Jul 2021 13:50:57 +0700 Subject: [PATCH] Create itop-detect.yaml --- technologies/itop-detect.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 technologies/itop-detect.yaml diff --git a/technologies/itop-detect.yaml b/technologies/itop-detect.yaml new file mode 100644 index 0000000000..daf68e81e2 --- /dev/null +++ b/technologies/itop-detect.yaml @@ -0,0 +1,24 @@ +id: itop-detect + +info: + name: iTop Detect + author: pikpikcu + severity: info + tags: tech,itop + +requests: + - method: GET + path: + - "{{BaseURL}}/pages/UI.php" + + matchers-condition: and + matchers: + + - type: word + part: body + words: + - "iTop login" + + - type: status + status: + - 200