nuclei-templates/http/technologies/mojoportal-detect.yaml

31 lines
528 B
YAML
Raw Normal View History

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
metadata:
max-request: 1
2023-02-20 13:11:09 +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