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

30 lines
523 B
YAML
Raw Normal View History

2023-06-26 04:17:42 +00:00
id: jsherp-boot-panel
info:
2023-06-29 05:43:31 +00:00
name: JshERP Boot Panel - Detect
2023-06-26 04:17:42 +00:00
author: DhiyaneshDk
severity: info
metadata:
max-request: 1
verified: true
2023-06-29 05:43:31 +00:00
shodan-query: http.favicon.hash:-1298131932
tags: panel,jsherp,login,detect
2023-06-26 04:17:42 +00:00
http:
- method: GET
path:
- "{{BaseURL}}/user/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'jshERP-boot'
- 'ERP系统'
2023-06-29 05:43:31 +00:00
condition: or
2023-06-26 04:17:42 +00:00
- type: status
status:
- 200