Update and rename default-logins/others/h3c-secparh-default-login.yaml to misconfiguration/unauthorized-h3csecparh-login.yaml
parent
2d3805bdc1
commit
46187a047f
|
@ -1,14 +1,14 @@
|
||||||
id: h3c-secparh-default-login
|
id: unauthorized-h3csecparh-login
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: H3C Secparh Default Login
|
name: Unauthorized H3C Secparh Login
|
||||||
author: ritikchaddha
|
author: ritikchaddha
|
||||||
severity: high
|
severity: high
|
||||||
metadata:
|
metadata:
|
||||||
verified: true
|
verified: true
|
||||||
shodan-query: http.html:"H3C-SecPath-运维审计系统"
|
shodan-query: http.html:"H3C-SecPath-运维审计系统"
|
||||||
fofa-query: app="H3C-SecPath-运维审计系统" && body="2018"
|
fofa-query: app="H3C-SecPath-运维审计系统" && body="2018"
|
||||||
tags: h3c,default-login
|
tags: h3c,default-login,unauth
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
|
@ -17,13 +17,13 @@ requests:
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- "admin"
|
- "admin"
|
||||||
- "审计管理员"
|
- "审计管理员"
|
||||||
- "错误的id"
|
- "错误的id"
|
||||||
|
condition: and
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
Loading…
Reference in New Issue