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