Update production-logs.yaml
parent
e428dc6454
commit
09a5ea061a
|
@ -4,6 +4,7 @@ info:
|
|||
name: Discover production log files
|
||||
author: geeknik
|
||||
severity: info
|
||||
tags: exposure,logs
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
@ -19,14 +20,17 @@ requests:
|
|||
- "Connecting to database specified by database.yml"
|
||||
- "Started GET"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
negative: true
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
name: last_modified
|
||||
|
|
Loading…
Reference in New Issue