nuclei-templates/miscellaneous/robots-txt.yaml

29 lines
469 B
YAML
Raw Normal View History

id: robots-txt
info:
name: robots.txt file
author: CasperGN,TheZakMan
severity: info
2021-08-11 08:00:55 +00:00
tags: misc,generic
requests:
- method: GET
path:
- "{{BaseURL}}/robots.txt"
2022-01-28 10:24:49 +00:00
matchers-condition: and
host-redirects: true
matchers:
- type: word
words:
- "Disallow:"
2020-08-31 17:17:14 +00:00
- type: word
2022-01-28 10:24:49 +00:00
part: header
2020-08-31 17:17:14 +00:00
words:
- text/plain
- type: dsl
dsl:
2020-09-21 17:46:29 +00:00
- "len(body)>=140 && status_code==200"