29 lines
454 B
YAML
29 lines
454 B
YAML
id: robots-txt
|
|
|
|
info:
|
|
name: robots.txt file
|
|
author: CasperGN
|
|
severity: info
|
|
tags: misc,generic
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/robots.txt"
|
|
|
|
matchers-condition: and
|
|
redirects: true
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Disallow:"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/plain
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- "len(body)>=140 && status_code==200"
|