2022-09-08 13:28:46 +00:00
|
|
|
id: nexus-detect
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2022-09-08 13:28:46 +00:00
|
|
|
info:
|
|
|
|
name: Nexus Repository Manager (NRM) Instance Detection Template
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
2023-01-30 06:30:30 +00:00
|
|
|
description: |
|
|
|
|
Try to detect the presence of a NRM instance via the REST API OpenDocument descriptor.
|
2023-01-30 05:37:12 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: http.html:"Nexus Repository Manager"
|
2022-09-08 13:28:46 +00:00
|
|
|
tags: tech,nexus
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2022-09-08 13:28:46 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/service/rest/swagger.json"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "Nexus Repository Manager"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2023-01-30 05:37:12 +00:00
|
|
|
- 200
|