Merge pull request #7547 from projectdiscovery/jsherp-boot-panel
Create jsherp-boot-panel.yamlpatch-1
commit
c11ee6cddc
|
@ -0,0 +1,29 @@
|
|||
id: jsherp-boot-panel
|
||||
|
||||
info:
|
||||
name: JshERP Boot Panel - Detect
|
||||
author: DhiyaneshDk
|
||||
severity: info
|
||||
metadata:
|
||||
max-request: 1
|
||||
verified: true
|
||||
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
|
Loading…
Reference in New Issue