2024-03-10 16:42:11 +00:00
|
|
|
id: nexus-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Nexus Login Panel - Detect
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
Nexus login panel was detected.
|
|
|
|
reference:
|
|
|
|
- https://www.sonatype.com/products/sonatype-nexus-repository
|
|
|
|
metadata:
|
|
|
|
max-request: 1
|
|
|
|
verified: true
|
|
|
|
shodan-query: http.title:"Sonatype Nexus Repository"
|
2024-03-10 16:47:48 +00:00
|
|
|
tags: panel,nexus,login,detect
|
2024-03-10 16:42:11 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code == 200'
|
|
|
|
- 'contains_any(to_lower(body), "<title>sonatype nexus repository", "content=\"sonatype nexus repository", "nexus-coreui-bundle")'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2024-03-10 16:47:48 +00:00
|
|
|
- '_v=([0-9\.\-]+)'
|
2024-03-11 06:53:10 +00:00
|
|
|
# digest: 4b0a004830460221008e4340e881697d72ff0813d26e52916ac52944f286135502f783b991d8e32d15022100ac767f9e5c40a8da0ba858151a04f509d5f2b73ced232b57f34051e52ea00be1:922c64590222798bb761d5b6d8e72950
|