diff --git a/bucket/SpringBoot-Scan.json b/bucket/SpringBoot-Scan.json new file mode 100644 index 0000000..ce3699c --- /dev/null +++ b/bucket/SpringBoot-Scan.json @@ -0,0 +1,24 @@ +{ + "version": "2.56", + "description": "(Scoop bucket by arch3rpro) SpringBoot-Scan - 针对SpringBoot的开源渗透框架,以及Spring相关高危漏洞利用工具", + "homepage": "https://github.com/AabyssZG/SpringBoot-Scan", + "license": "Unknown", + "suggest": "Python3", + "url": "https://github.com/AabyssZG/SpringBoot-Scan/archive/refs/tags/2.56.zip", + "hash": "17eafe9b1d3d03356cdfa902b124df24e6e74651d47f105bb595106637f6ca4a", + "pre_install": [ + "Set-Content \"$dir\\SpringBoot-Scan.bat\" '@pushd %~dp0", + "@python3 \"SpringBoot-Scan.py\" %*", + "@popd' -Encoding Ascii" + ], + "post_install": [ + "Move-Item -Path \"$dir\\SpringBoot-Scan-$version\\*\" -Destination \"$dir\\\"", + "Remove-Item \"$dir\\SpringBoot-Scan-$version\" -Force -Recurse", + "pip3 install -r \"$dir\\requirements.txt\"" + ], + "bin": "SpringBoot-Scan.bat", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/AabyssZG/SpringBoot-Scan/archive/refs/tags/$version.zip" + } +} \ No newline at end of file