diff --git a/default-logins/nagios/nagios-default-credential.yaml b/default-logins/nagios/nagios-default-credential.yaml new file mode 100644 index 0000000000..998433526c --- /dev/null +++ b/default-logins/nagios/nagios-default-credential.yaml @@ -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 \ No newline at end of file