Merge pull request #6619 from projectdiscovery/nagiosxi-installer
Create nagiosxi-installer.yamlpatch-1
commit
65593d20dd
|
@ -0,0 +1,26 @@
|
|||
id: nagiosxi-installer
|
||||
|
||||
info:
|
||||
name: Nagios XI Installer
|
||||
author: ritikchaddha
|
||||
severity: high
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Nagios XI"
|
||||
tags: misconfig,exposure,install,nagiosxi
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/nagiosxi/install.php'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'Nagios XI Installation'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue