Update cyberpanel-panel.yaml
parent
adedcca02e
commit
41c950b494
|
@ -16,7 +16,7 @@ info:
|
|||
shodan-query: html:"cyberpanel"
|
||||
fofa-query: app="Cyberpanel"
|
||||
product: cyberpanel
|
||||
tags: cyberpanel,panel,login
|
||||
tags: cyberpanel,panel,login,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
|
@ -25,10 +25,10 @@ http:
|
|||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
- type: regex
|
||||
part: body
|
||||
words:
|
||||
- " <title> Login - CyberPanel </title>"
|
||||
regex:
|
||||
- "<title>(.*)CyberPanel(.*)</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue