32 lines
676 B
YAML
32 lines
676 B
YAML
|
id: badarg-log
|
||
|
|
||
|
info:
|
||
|
name: Badarg Log File Exposure
|
||
|
author: Hardik-Solanki
|
||
|
severity: low
|
||
|
metadata:
|
||
|
verified: true
|
||
|
github-query: filename:badarg.log
|
||
|
reference:
|
||
|
- https://github.com/maurosoria/dirsearch/blob/master/db/dicc.txt
|
||
|
- https://www.erlang.org/doc/reference_manual/errors.html
|
||
|
tags: exposure,erlang,log,debug
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/.badarg.log"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'Special kernel symbols:'
|
||
|
- 'Kernel executable memory footprint:'
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|