Create dotclear-detect.yaml
parent
403a73d1c7
commit
9ed96941e9
|
@ -0,0 +1,21 @@
|
|||
id: dotclear-detect
|
||||
|
||||
info:
|
||||
name: Dotclear Detect
|
||||
author: pikpikcu
|
||||
severity: info
|
||||
tags: tech,dotclear
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/dc2/admin/auth.php"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Dotclear</title>"
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue