nuclei-templates/miscellaneous/robots.txt.yaml

26 lines
431 B
YAML
Raw Normal View History

id: robots-txt
info:
name: robots.txt file
author: CasperGN
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/robots.txt"
matchers-condition: and
2020-09-21 17:46:29 +00:00
redirects: true
matchers:
- type: word
words:
- "Disallow:"
2020-08-31 17:17:14 +00:00
- type: word
words:
- text/plain
part: header
- type: dsl
dsl:
2020-09-21 17:46:29 +00:00
- "len(body)>=140 && status_code==200"