Add tpl to detect Combodo iTop instance

See https://www.combodo.com/itop-193
patch-1
Dominique RIGHETTO 2021-07-02 09:36:33 +02:00 committed by GitHub
parent 30dedb9a66
commit d9b8eb5db5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
id: itop-panel
info:
name: iTop Instance Detection Template
author: righettod
severity: info
description: Try to detect the presence of a Combodo iTop instance via the login page
tags: panel,itop
requests:
- method: GET
path:
- "{{BaseURL}}/pages/UI.php"
- "{{BaseURL}}/simple/pages/UI.php"
matchers:
- type: word
words:
- "Welcome to iTop"
- "iTop login"
part: body
condition: or