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}}"
|
2022-10-07 21:27:25 +00:00
|
|
|
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
|