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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: tech,mojoportal
|
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-10-14 11:27:55 +00:00
|
|
|
|
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
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a00463044022077795f58d8b7febdba78063fb3f67c58e0b0e89ca2def87ca9512ed62391290e02202b11fe44b37bfe1136905bc5466db3a7d2096a32fa59f3baedd20a2514836591:922c64590222798bb761d5b6d8e72950
|