2021-07-27 05:54:22 +00:00
|
|
|
id: acontent-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: AContent Detect
|
|
|
|
author: pikpikcu
|
|
|
|
severity: info
|
|
|
|
tags: tech,acontent
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-07-27 05:54:22 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-07-27 05:54:22 +00:00
|
|
|
- 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
|