nuclei-templates/technologies/cvsweb-detect.yaml

29 lines
482 B
YAML
Raw Normal View History

2023-04-02 13:39:07 +00:00
id: cvsweb-detect
info:
name: Detect CVSweb
author: lu4nx
severity: info
metadata:
zoomeye-query: title:cvsweb
fofa-query: title="cvsweb"
tags: tech
requests:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- '<meta name="generator" content=".*CVSweb.*"'
- type: status
status:
- 200