Files
nuclei-templates/technologies/nexus-detect.yaml
Dhiyaneshwaran a6eb3b0d2d spacing fix
2023-01-30 12:00:30 +05:30

28 lines
596 B
YAML

id: nexus-detect
info:
name: Nexus Repository Manager (NRM) Instance Detection Template
author: righettod
severity: info
description: |
Try to detect the presence of a NRM instance via the REST API OpenDocument descriptor.
metadata:
verified: true
shodan-query: http.html:"Nexus Repository Manager"
tags: tech,nexus
requests:
- method: GET
path:
- "{{BaseURL}}/service/rest/swagger.json"
matchers-condition: and
matchers:
- type: word
words:
- "Nexus Repository Manager"
- type: status
status:
- 200