48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
id: cvsweb-detect
|
|
|
|
info:
|
|
name: CVSweb - Detect
|
|
author: lu4nx
|
|
severity: info
|
|
description: |
|
|
CVSweb is a WWW interface for CVS repositories with which you can browse a file hierarchy on your browser to view each file's revision history in a very handy manner.
|
|
reference:
|
|
- https://cvsweb.openbsd.org/
|
|
classification:
|
|
cpe: cpe:2.3:a:freebsd:cvsweb:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: freebsd
|
|
product: cvsweb
|
|
shodan-query: title:"cvsweb"
|
|
fofa-query: title="cvsweb"
|
|
zoomeye-query: title:cvsweb
|
|
tags: tech,cvsweb,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- 'content=".*CVSweb.*"'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'content=".*CVSweb\s*([0-9.]+)"'
|
|
# digest: 4a0a00473045022100940a1dfa8c4f58dc640e971e814d8945787b797d631f366589429cd7d0467e330220257e1be28e4f790733591a3dc4a536de24d0c75e56c7808d1d564b681190ccd4:922c64590222798bb761d5b6d8e72950 |