Skip to content

Jspxcms Detect

ID: jspxcms-detect

Severity: info

Author: princechaddha

Tags: tech,jspxcms

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

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/jspxcms-detect.yaml"

View on Github