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

29 lines
516 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
metadata:
max-request: 1
2021-07-27 05:54:22 +00:00
http:
2021-07-27 05:54:22 +00:00
- method: GET
path:
2021-08-02 07:23:35 +00:00
- "{{BaseURL}}"
host-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