2020-08-31 15:25:09 +00:00
|
|
|
id: robots-txt
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2020-08-31 15:25:09 +00:00
|
|
|
info:
|
|
|
|
name: robots.txt file
|
2022-06-30 04:17:42 +00:00
|
|
|
author: CasperGN,TheZakMan
|
2020-08-31 15:25:09 +00:00
|
|
|
severity: info
|
2021-08-11 08:00:55 +00:00
|
|
|
tags: misc,generic
|
2020-08-31 15:25:09 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/robots.txt"
|
2022-01-28 10:24:49 +00:00
|
|
|
|
2020-08-31 15:25:09 +00:00
|
|
|
matchers-condition: and
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2020-08-31 15:25:09 +00:00
|
|
|
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
|
|
|
|
|
2020-09-12 18:13:00 +00:00
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2020-09-21 17:46:29 +00:00
|
|
|
- "len(body)>=140 && status_code==200"
|