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

26 lines
369 B
YAML

id: jspxcms-detect
info:
name: Jspxcms Detect
author: princechaddha
severity: info
tags: tech,jspxcms
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Jspxcms"
- type: status
status:
- 200