Create nagios-logserver-installer.yaml
parent
7ff1e7bd16
commit
c6188fdb13
|
@ -0,0 +1,30 @@
|
|||
id: nagios-logserver-installer
|
||||
|
||||
info:
|
||||
name: Nagios Log Server - Install
|
||||
author: ritikchaddha
|
||||
severity: high
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
fofa-query: title="Install · Nagios Log Server"
|
||||
shodan-query: title:"Install · Nagios Log Server"
|
||||
tags: misconfig,install,nagios,nagios-logserver
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/nagioslogserver/install"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Nagios Log Server"
|
||||
- "Install</a>"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue