nuclei-templates/http/technologies/acontent-detect.yaml

29 lines
516 B
YAML

id: acontent-detect
info:
name: AContent Detect
author: pikpikcu
severity: info
tags: tech,acontent
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>AContent : Home</title>"
- "AContent - Copyright 2010 by IDRC/IDI http://inclusivedesign.ca/"
condition: or
- type: status
status:
- 200