49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: black-duck-panel
|
|
|
|
info:
|
|
name: Black Duck Login Panel - Detect
|
|
author: idealphase,ritikchaddha
|
|
severity: info
|
|
description: |
|
|
Black Duck login panel was detected.
|
|
reference:
|
|
- https://www.blackducksoftware.com/
|
|
- https://www.synopsys.com/software-integrity/security-testing/software-composition-analysis.html
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:a:synopsys:black_duck_hub:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"Black Duck"
|
|
product: black_duck_hub
|
|
vendor: synopsys
|
|
tags: panel,blackduck,synopsys
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '(?m)<title>Black Duck(.*)<\/title>'
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'ProtexLoginPage'
|
|
- 'CCLoginPage'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a0046304402201af21fff41072e43d7fae1d93c8d6407ac07b5187532ef29f259a6c4c8f231cb02204f257baa74159aafaafc12880d1bf4a8f7cd1a8eb6d01b51c889426d730b0801:922c64590222798bb761d5b6d8e72950 |