Create docebo-detect.yaml
parent
789f659645
commit
732217c33a
|
@ -0,0 +1,25 @@
|
|||
id: docebo-detect
|
||||
|
||||
info:
|
||||
name: Docebo Detect
|
||||
author: pikpikcu
|
||||
severity: info
|
||||
metadata:
|
||||
fofa-query: title="Docebo E-learning"
|
||||
tags: tech,docebo
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Docebo E-learning</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue