35 lines
996 B
YAML
35 lines
996 B
YAML
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:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"Sonatype Nexus Repository"
|
|
tags: panel,nexus,login,detect
|
|
|
|
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:
|
|
- '_v=([0-9\.\-]+)'
|
|
# digest: 4a0a00473045022100cfb2cc135e0c13e9af1beb8a4d66a1cc440d226d481674c419adf2ea6a76f01b022021ab548098d0ab60ce1a815d618c83f52d96bba4ba036db54e7441cd96826571:922c64590222798bb761d5b6d8e72950 |