Create wp-app-log.yaml

patch-1
Geeknik Labs 2021-07-21 13:22:01 -05:00 committed by GitHub
parent 403a73d1c7
commit ee85819e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: wp-app-log
info:
name: Discover wp-app.log Files
author: geeknik
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/wp-app.log"
matchers-condition: and
matchers:
- type: word
words:
- "LANG"
- "Array"
condition: and
- type: word
part: header
words:
- "text/html"
negative: true
- type: status
status:
- 200