commit
2613eed41d
|
@ -1378,6 +1378,16 @@
|
|||
"website": "https://the-empire.systems",
|
||||
"email": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"author": "mabdullah22",
|
||||
"links": {
|
||||
"github": "https://www.github.com/maabdullah22",
|
||||
"twitter": "https://twitter.com/0x416264",
|
||||
"linkedin": "",
|
||||
"website": "",
|
||||
"email": ""
|
||||
}
|
||||
}
|
||||
|
||||
]
|
||||
|
|
|
@ -0,0 +1,42 @@
|
|||
id: netman-default-login
|
||||
|
||||
info:
|
||||
name: Riello UPS NetMan 204 Network Card - Default Login
|
||||
author: mabdullah22
|
||||
severity: high
|
||||
description: |
|
||||
Default logins on Riello UPS NetMan 204 is used. Attacker can access to UPS and attacker can manipulate the UPS settings to disrupt the onsite systems.
|
||||
reference:
|
||||
- https://www.riello-ups.com/
|
||||
metadata:
|
||||
verified: "true"
|
||||
shodan-query: title:"Netman"
|
||||
censys-query: services.http.response.body:"Netman204"
|
||||
max-request: 1
|
||||
tags: default-login,netman
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /cgi-bin/login.cgi?username={{username}}&password={{password}} HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
attack: pitchfork
|
||||
payloads:
|
||||
username:
|
||||
- admin
|
||||
password:
|
||||
- admin
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '"response": "ok",'
|
||||
- '"message": "Welcome."'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue