-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |