nuclei-templates/http/exposed-panels/jsherp-boot-panel.yaml

30 lines
523 B
YAML

id: jsherp-boot-panel
info:
name: JshERP Boot Panel - Detect
author: DhiyaneshDk
severity: info
metadata:
verified: true
max-request: 1
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