nuclei-templates/http/exposures/files/core-dump.yaml

23 lines
438 B
YAML
Raw Normal View History

2023-08-21 09:40:16 +00:00
id: core-dump
2023-08-16 12:43:17 +00:00
info:
2023-08-21 09:40:16 +00:00
name: Exposed Core Dump - File Disclosure
2023-08-21 09:43:42 +00:00
author: kazet
2023-08-16 12:43:17 +00:00
severity: medium
2023-08-21 09:40:16 +00:00
reference:
- https://github.com/hannob/snallygaster/blob/4c5a9b54501f64da96787c2a2e3a12ce2e09c1ab/snallygaster#L295
2023-08-16 12:43:17 +00:00
metadata:
2023-08-21 09:40:16 +00:00
verified: true
2023-10-14 11:27:55 +00:00
max-request: 1
2023-08-21 09:40:16 +00:00
tags: exposure,files,core-dump
2023-08-16 12:43:17 +00:00
http:
- method: GET
path:
- "{{BaseURL}}/core"
matchers:
- type: regex
regex:
- '^\x7fELF'