Merge pull request #2131 from geeknik/patch-8

Create wp-app-log.yaml
patch-1
Sandeep Singh 2021-07-26 01:22:37 +05:30 committed by GitHub
commit 5441d97bea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: wp-app-log
info:
name: Discover wp-app.log Files
author: geeknik
severity: info
tags: exposure,logs
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