Create rg-uac-panel.yaml
parent
303165dac4
commit
16fb30a0f6
|
@ -0,0 +1,28 @@
|
||||||
|
id: rg-uac-panel
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: RG-UAC Ruijie Login Panel
|
||||||
|
author: princechaddha
|
||||||
|
severity: info
|
||||||
|
metadata:
|
||||||
|
shodan-query: http.html:"Get_Verify_Info"
|
||||||
|
tags: panel,ruijie,router,firewall
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "Ruijie Internet access management and audit system"
|
||||||
|
- "get_dkey_passwd"
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue