增加指纹识别功能,可识别尝试CMS、框架,如致远OA、通达OA等

This commit is contained in:
shadow1ng
2021-02-08 15:13:56 +08:00
parent f25eedff67
commit 14c9847f88
13 changed files with 158 additions and 0 deletions
@@ -0,0 +1,12 @@
name: poc-yaml-spring-actuator-heapdump-file
rules:
- method: HEAD
path: /actuator/heapdump
follow_redirects: true
expression: |
response.status == 200 && response.content_type.contains("application/octet-stream")
detail:
author: AgeloVito
info: spring-actuator-heapdump-file
links:
- https://www.cnblogs.com/wyb628/p/8567610.html