Skip to content

Commit

Permalink
Create SpringBoot-Scan.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arch3rPro committed Dec 19, 2024
1 parent 44f7069 commit 1bf13f6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions bucket/SpringBoot-Scan.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 1bf13f6

Please sign in to comment.