Merge pull request #1199 from iamthefrogy/patch-1

create nagios-default-creds.yaml
patch-1
PD-Team 2021-04-05 21:50:10 +05:30 committed by GitHub
commit 9610e11a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: nagios-default-credentials
info:
name: Nagios Default Credentials Check
author: iamthefrogy
severity: high
tags: nagios,default-login
reference: https://www.nagios.org
requests:
- method: GET
path:
- "{{BaseURL}}/nagios/side.php"
headers:
Authorization: Basic bmFnaW9zYWRtaW46bmFnaW9zYWRtaW4=
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'Current Status'
- 'Reports'
condition: and