nuclei-templates/default-logins/nagios/nagios-default-login.yaml

45 lines
909 B
YAML

id: nagios-default-login
info:
name: Nagios Default Login
author: iamthefrogy
description: Nagios default admin credentials were discovered.
severity: high
tags: nagios,default-login
reference: https://www.nagios.org
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L
cvss-score: 8.3
cve-id:
cwe-id: CWE-522
requests:
- raw:
- |
GET /nagios/side.php HTTP/1.1
Host: {{Hostname}}
Authorization: Basic {{base64(username + ':' + password)}}
payloads:
username:
- nagiosadmin
- root
password:
- nagiosadmin
- nagiosxi
attack: pitchfork
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'Current Status'
- 'Reports'
condition: and
# Enhanced by mp on 2022/03/10