nuclei-templates/exposures/logs/wp-app-log.yaml

32 lines
516 B
YAML
Raw Normal View History

2021-07-21 18:22:01 +00:00
id: wp-app-log
info:
name: Discover wp-app.log Files
author: geeknik
severity: info
2021-07-25 19:51:43 +00:00
tags: exposure,logs
2021-07-21 18:22:01 +00:00
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"
2022-03-20 20:53:45 +00:00
- "application/javascript"
2021-07-21 18:22:01 +00:00
negative: true
- type: status
status:
- 200