nuclei-templates/http/miscellaneous/robots-txt.yaml

34 lines
564 B
YAML

id: robots-txt
info:
name: robots.txt file
author: CasperGN,TheZakMan
severity: info
tags: misc,generic
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/robots.txt"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'User-agent:'
- 'Disallow:'
- 'Allow:'
- type: word
part: header
words:
- text/plain
- type: dsl
dsl:
- "len(body)>=140 && status_code==200"