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.
|
2024-09-10 09:08:16 +00:00
|
|
|
classification:
|
|
|
|
cpe: cpe:2.3:a:sonatype:nexus_repository_manager:*:*:*:*:*:*:*:*
|
2023-01-30 05:37:12 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2024-09-10 08:22:50 +00:00
|
|
|
vendor: sonatype
|
2024-09-10 09:08:16 +00:00
|
|
|
product: nexus_repository_manager
|
|
|
|
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
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-09-08 13:28:46 +00:00
|
|
|
- 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
|
2024-09-12 05:14:01 +00:00
|
|
|
# digest: 4b0a00483046022100d76893f828d37dd84b5d71217f7b5adad78a7bf8599470a98163365ffd2e8752022100f739a4f0002cb99a23c20be5fc6e304ed2e948793657d4b2c49f56dd71bda915:922c64590222798bb761d5b6d8e72950
|