2023-02-20 13:11:09 +00:00
|
|
|
id: mojoportal-detect
|
|
|
|
|
|
|
|
info:
|
2023-02-20 17:09:51 +00:00
|
|
|
name: Mojoportal - Detect
|
2023-02-20 13:11:09 +00:00
|
|
|
author: pikpikcu
|
|
|
|
severity: info
|
|
|
|
tags: tech,mojoportal
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-02-20 13:11:09 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-02-20 13:11:09 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2023-02-20 17:09:51 +00:00
|
|
|
host-redirects: true
|
|
|
|
max-redirects: 2
|
2023-02-20 13:11:09 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2023-02-20 17:09:51 +00:00
|
|
|
- type: regex
|
2023-02-20 13:11:09 +00:00
|
|
|
part: body
|
2023-02-20 17:09:51 +00:00
|
|
|
regex:
|
2023-02-20 13:11:09 +00:00
|
|
|
- "Powered by mojoPortal"
|
2023-02-20 17:09:51 +00:00
|
|
|
- "title=['\"]mojoPortal"
|
|
|
|
- "alt=['\"]mojoPortal"
|
|
|
|
condition: or
|
2023-02-20 13:11:09 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|