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

26 lines
369 B
YAML
Raw Normal View History

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