2023-04-02 13:39:07 +00:00
id : cvsweb-detect
info :
2023-04-03 05:17:34 +00:00
name : CVSweb - Detect
2023-04-02 13:39:07 +00:00
author : lu4nx
severity : info
2023-04-03 05:17:34 +00:00
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/
2023-04-02 13:39:07 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2023-06-04 08:13:42 +00:00
verified : true
2023-04-03 05:17:34 +00:00
shodan-query : title:"cvsweb"
2023-04-02 13:39:07 +00:00
fofa-query : title="cvsweb"
2023-04-03 05:17:34 +00:00
zoomeye-query : title:cvsweb
tags : tech,cvsweb,detect
2023-04-02 13:39:07 +00:00
2023-04-27 04:28:59 +00:00
http :
2023-04-02 13:39:07 +00:00
- method : GET
path :
- "{{BaseURL}}"
host-redirects : true
max-redirects : 2
matchers-condition : and
matchers :
- type : regex
part : body
regex :
2023-04-03 05:17:34 +00:00
- 'content=".*CVSweb.*"'
2023-04-02 13:39:07 +00:00
- type : status
status :
- 200
2023-04-03 05:17:34 +00:00
extractors :
- type : regex
part : body
group : 1
regex :
- 'content=".*CVSweb\s*([0-9.]+)"'