Create centreon-detect.yaml
parent
840da27221
commit
520dd582e6
|
@ -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:
|
||||
- "<title>Centreon - IT & Network Monitoring</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue