nuclei-templates/http/technologies/nexus-detect.yaml

29 lines
611 B
YAML
Raw Normal View History

id: nexus-detect
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
2023-10-14 11:27:55 +00:00
max-request: 1
2023-01-30 05:37:12 +00:00
shodan-query: http.html:"Nexus Repository Manager"
tags: tech,nexus
http:
- 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