-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11092 from projectdiscovery/nagios-logserver-panel
Create nagios-logserver-panel.yaml
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
id: nagios-logserver-panel | ||
|
||
info: | ||
name: Nagios Log Server - Detect | ||
author: ritikchaddha | ||
severity: info | ||
description: | | ||
Detects the presence of Nagios Log Server by identifying specific response patterns, HTTP headers, or unique page elements. | ||
metadata: | ||
verified: true | ||
max-request: 1 | ||
fofa-query: icon_hash="1460499495" | ||
shodan-query: http.favicon.hash:1460499495 | ||
tags: panel,nagios,nagios-logserver,login,detect | ||
|
||
http: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}" | ||
|
||
matchers: | ||
- type: word | ||
part: response | ||
words: | ||
- "Nagios Log Server" | ||
- "/nagioslogserver/" | ||
condition: or |