mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-11-05 10:45:27 +00:00
13 lines
334 B
YAML
13 lines
334 B
YAML
|
|
name: poc-yaml-spring-heapdump-file
|
||
|
|
rules:
|
||
|
|
- method: HEAD
|
||
|
|
path: /heapdump
|
||
|
|
follow_redirects: true
|
||
|
|
expression: |
|
||
|
|
response.status == 200 && response.content_type.contains("application/octet-stream")
|
||
|
|
detail:
|
||
|
|
author: AgeloVito
|
||
|
|
info: spring-heapdump-file
|
||
|
|
links:
|
||
|
|
- https://www.cnblogs.com/wyb628/p/8567610.html
|