Merge pull request #2373 from DhiyaneshGeek/master

5 Enterprise Panels
patch-1
Prince Chaddha 2021-08-12 01:47:27 +05:30 committed by GitHub
commit d5064608fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 117 additions and 0 deletions

View File

@ -0,0 +1,23 @@
id: hp-service-manager
info:
name: HP Service Manager
author: dhiyaneshDK
severity: info
reference: https://www.shodan.io/search?query=http.title%3A%22HP+Service+Manager%22
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}/sm935/index.do'
- '{{BaseURL}}/sm/ess.do'
matchers-condition: and
matchers:
- type: regex
regex:
- '(?m)<title>HP Service Manager(.*)<\/title>'
- type: status
status:
- 200

View File

@ -0,0 +1,22 @@
id: mongodb-ops-manager
info:
name: MongoDB Ops Manager
author: dhiyaneshDK
severity: info
reference: https://www.shodan.io/search?query=http.title%3A%22MongoDB+Ops+Manager%22
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}/account/login'
matchers-condition: and
matchers:
- type: word
words:
- 'MongoDB Ops Manager</title>'
- type: status
status:
- 200

View File

@ -0,0 +1,28 @@
id: nginx-proxy-manager
info:
name: Nginx Proxy Manager
author: dhiyaneshDK
severity: info
reference: https://www.shodan.io/search?query=http.title%3A%22Nginx+Proxy+Manager%22
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
words:
- 'Nginx Proxy Manager</title>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '"page" id="login" data\-version="([0-9.]+)">'

View File

@ -0,0 +1,22 @@
id: server-backup-manager-se
info:
name: Server Backup Manager SE
author: dhiyaneshDK
severity: info
reference: https://www.shodan.io/search?query=http.title%3A%22Server+Backup+Manager+SE%22
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}/login.zul'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Server Backup Manager SE </title>'
- type: status
status:
- 200

View File

@ -0,0 +1,22 @@
id: wowza-streaming-engine
info:
name: Wowza Streaming Engine
author: dhiyaneshDK
severity: info
reference: https://www.shodan.io/search?query=http.title%3A%22Manager%22+product%3A%22Wowza+Streaming+Engine%22
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}/enginemanager/ftu/welcome.htm'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Wowza Streaming Engine Manager</title>'
- type: status
status:
- 200