nuclei-templates/technologies/acontent-detect.yaml

27 lines
484 B
YAML
Raw Normal View History

2021-07-27 05:54:22 +00:00
id: acontent-detect
info:
name: AContent Detect
author: pikpikcu
severity: info
tags: tech,acontent
requests:
- method: GET
path:
2021-08-02 07:23:35 +00:00
- "{{BaseURL}}"
2021-07-27 06:23:35 +00:00
redirects: true
2021-07-27 05:54:22 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2021-07-27 06:23:35 +00:00
- "<title>AContent : Home</title>"
- "AContent - Copyright 2010 by IDRC/IDI http://inclusivedesign.ca/"
condition: or
2021-07-27 05:54:22 +00:00
- type: status
status:
2021-07-27 06:23:35 +00:00
- 200