nuclei-templates/exposures/logs/badarg-log.yaml

33 lines
697 B
YAML
Raw Normal View History

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