-
Notifications
You must be signed in to change notification settings - Fork 22
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
30 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,30 @@ | ||
{ | ||
"version": "1.5.2", | ||
"description": "(Scoop bucket by arch3rpro) Wavely - 一个好用的nuclei GUI POC管理工具.", | ||
"homepage": "https://github.com/perlh/Wavely", | ||
"notes": "此配置由arch3rPro独家编写,安装时集成了NucleiTP项目,自动整合Nuclei的漏洞POC ", | ||
"license": "Unkown", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/perlh/Wavely/releases/download/1.5.2/Wavely_windows_amd64_1.5.2.exe", | ||
"hash": "", | ||
"pre_install": [ | ||
"Rename-Item \"$dir\\Wavely_windows_amd64_1.5.2.exe\" 'wavely.exe'", | ||
"New-Item -ItemType Directory -Force -Path \"$dir\\.wavely\\templates\"", | ||
"git clone https://github.com/ExpLangcn/NucleiTP.git \"$dir\\.wavely\\templates\\NucleiTP\"" | ||
] | ||
} | ||
}, | ||
"bin": "wavely.exe", | ||
"checkver": { | ||
"url": "https://github.com/perlh/Wavely/releases", | ||
"regex": "releases/download/([\\d.]+)/Wavely_windows_amd64_[\\d.]+\\.exe" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/perlh/Wavely/releases/download/$version/Wavely_windows_amd64_$version.exe" | ||
} | ||
} | ||
} | ||
} |