Skip to content

Commit

Permalink
Create TscanPlus.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arch3rPro committed Dec 6, 2024
1 parent f9d237e commit a008e03
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions bucket/TscanPlus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": "2.6.3",
"description": "(Scoop bucket by arch3rpro) - 无影 (TscanPlus),一款综合性网络安全检测和运维工具,旨在快速资产发现、识别、检测,构建基础资产信息库。",
"homepage": "https://github.com/TideSec/TscanPlus",
"license": "Unknown",
"architecture": {
"64bit": {
"url": "https://github.com/TideSec/TscanPlus/releases/download/v2.6.3/TscanPlus_Win_Amd64_v2.6.3.zip",
"hash": "f46bb244d382b9c7bb371d1a2c446fd12a336ae53fc9737f91025b4caac414ee",
"pre_install": "Rename-Item \"$dir\\TscanPlus_Win_Amd64.exe\" 'TscanPlus.exe'",
"bin": [
[
"TscanPlus.exe",
"TscanPlus"
]
]
},
"arm64": {
"url": "https://github.com/TideSec/TscanPlus/releases/download/v2.6.3/TscanPlus_Win_Arm64_v2.6.3.zip",
"hash": "a96df215054b3f9ba989059dcd2778aa045fb95d84acd83824d117522000297a",
"pre_install": "Rename-Item \"$dir\\TscanPlus_Win_Arm64.exe\" 'TscanPlus.exe'",
"bin": [
[
"TscanPlus.exe",
"TscanPlus"
]
]
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/TideSec/TscanPlus/releases/download/v$version/TscanPlus_Win_Amd64_v$version.zip"
},
"arm64": {
"url": "https://github.com/TideSec/TscanPlus/releases/download/v$version/TscanPlus_Win_Arm64_v$version.zip"
}
}
}
}

0 comments on commit a008e03

Please sign in to comment.