32 lines
714 B
YAML
32 lines
714 B
YAML
id: acontent-detect
|
|
|
|
info:
|
|
name: AContent Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,acontent
|
|
|
|
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
|
|
|
|
# digest: 4b0a00483046022100e0b7eb34008a64dda555a1dd37274eb741deebff5d8c8cb56e1660065c77b8c5022100c06c027d4ac00be41f7cc2c6e20459bbd00e902f05fe0817752fc1c370b036ca:922c64590222798bb761d5b6d8e72950
|