Merge pull request #378 from CasperGN/master

robots.txt file module, lotus domino technology module and extension fixing
patch-1
bauthard 2020-08-31 22:51:53 +05:30 committed by GitHub
commit a1432f7cde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 1 deletions

24
files/robots.txt.yaml Normal file
View File

@ -0,0 +1,24 @@
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:"
- type: word
words:
- text/plain
part: header
- type: status
status:
- 200

View File

@ -2688,4 +2688,10 @@ requests:
words:
- "/etc/clientlibs/"
- "/content/dam/"
part: body
part: body
- type: word
name: lotus-domino
words:
- "Server: Lotus-Domino"
part: header