Adding robots.txt as file module
Signed-off-by: Casper Guldbech Nielsen <whopsec@protonmail.com>patch-1
parent
99cd7a6b3c
commit
c833fd9da0
|
@ -0,0 +1,18 @@
|
|||
id: robots-txt
|
||||
info:
|
||||
name: robots.txt file
|
||||
author: CasperGN
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/robots.txt"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Disallow:"
|
||||
status:
|
||||
- 200
|
||||
condition: and
|
Loading…
Reference in New Issue