parent
30dedb9a66
commit
d9b8eb5db5
|
@ -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
|
Loading…
Reference in New Issue