Create itop-detect.yaml
parent
840da27221
commit
4972bc12e4
|
@ -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:
|
||||
- "<title>iTop login</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue