Skip to content

JshERP Boot Panel - Detect

ID: jsherp-boot-panel

Severity: info

Author: DhiyaneshDk

Tags: panel,jsherp,login,detect

id: jsherp-boot-panel
info:
name: JshERP Boot Panel - Detect
author: DhiyaneshDk
severity: info
classification:
cpe: cpe:2.3:a:jishenghua:jsherp:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: jishenghua
product: jsherp
shodan-query: http.favicon.hash:-1298131932
tags: panel,jsherp,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/user/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'jshERP-boot'
- 'ERP系统'
condition: or
- type: status
status:
- 200
# digest: 4a0a0047304502207de801d7268105acfc16b7daefef68062fba9c57623f39dc1f1e312849baf0ef022100a08c61c838d40f261d3ee0b3db1c319059a35388c5ca52a7b5d25106cac8ccf4: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/exposed-panels/jsherp-boot-panel.yaml"

View on Github