Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arch3rPro committed Jan 11, 2025
2 parents 1ef5ec2 + 8ab239b commit e042a4b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions bucket/BypassAV.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "1.4",
"version": "1.5",
"description": "(Scoop bucket by arch3rpro) BypassAV - Bypass Antivirus tools and techniques.",
"homepage": "https://github.com/yinsel/BypassAV",
"license": "Unknown",
"url": "https://github.com/yinsel/BypassAV/archive/refs/tags/1.4.zip",
"hash": "485bca676990837b79e33e7e8694f9e93704fcab1745062aa6738aa30cd9e5ff",
"extract_dir": "BypassAV-1.4",
"url": "https://github.com/yinsel/BypassAV/archive/refs/tags/1.5.zip",
"hash": "5a1a22f04e4fd9d536e74251707cef004a329852906d1ab5b5b2b36e632fe65b",
"extract_dir": "BypassAV-1.5",
"pre_install": [
"Invoke-RestMethod -Uri \"https://api.github.com/repos/yinsel/BypassAV/releases/tags/$version\" | ForEach-Object {",
"Invoke-RestMethod -Uri \"https://api.github.com/repos/yinsel/BypassAV/releases/tags/1.5\" | ForEach-Object {",
" $_.assets | ForEach-Object {",
" if ($_.name -match '\\.exe$') {",
" Invoke-WebRequest -Uri $_.browser_download_url -OutFile \"$dir\\$($_.name)\"",
Expand Down Expand Up @@ -37,4 +37,4 @@
"}"
]
}
}
}
8 changes: 4 additions & 4 deletions bucket/XieBroC2.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "3.1.6",
"version": "3.1.7",
"description": "(Scoop bucket by arch3rpro) XiebroC2 - 渗透测试C2、支持Lua插件扩展、域前置/CDN上线、自定义profile、前置sRDI、文件管理、进程管理、内存加载、截图、反向代理、分组管理",
"homepage": "https://github.com/INotGreen/XiebroC2",
"license": "Unkown",
"url": "https://github.com/INotGreen/XiebroC2/releases/download/XiebroC2-v3.1.6/XiebroC2-v3.1.6.7z",
"hash": "9d9c94d62efe69641a5f2efa2c91b99eee076ab52388f9ea61c3429663961b19",
"url": "https://github.com/INotGreen/XiebroC2/releases/download/XiebroC2-v3.1.7/XiebroC2-v3.1.7.7z",
"hash": "c82e5216a030d3f8113430f33f0666d1596e6f998950b0b0fa361bfb72a5e8d8",
"bin": [
[
"XieBroC2.exe",
Expand All @@ -23,4 +23,4 @@
"autoupdate": {
"url": "https://github.com/INotGreen/XiebroC2/releases/download/XiebroC2-v$version/XiebroC2-v$version.7z"
}
}
}
6 changes: 3 additions & 3 deletions bucket/yakit.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "1.3.8-0103",
"version": "1.4.0-0111",
"description": "(Scoop bucket by arch3rpro) yakit - 交互式应用安全测试平台-Cyber Security ALL-IN-ONE Platform",
"homepage": "https://github.com/yaklang/yakit",
"notes": "安装成功后需手动启动并初始化本地引擎^-^",
"license": "AGPL-3.0",
"architecture": {
"64bit": {
"url": "https://yaklang.oss-cn-beijing.aliyuncs.com/yak/1.3.8-0103/Yakit-1.3.8-0103-windows-amd64.exe#/dl.7z",
"hash": "0b350ac57e2135dd9ede8ff4b1f76666852aa1de94b1a96d41cb162bc2673a9b",
"url": "https://yaklang.oss-cn-beijing.aliyuncs.com/yak/1.4.0-0111/Yakit-1.4.0-0111-windows-amd64.exe#/dl.7z",
"hash": "58ed36ce972bfdd9cf8691369cafe97de8764d81d42c499ad456a665b8c48f16",
"extract_dir": "$PLUGINSDIR"
}
},
Expand Down

0 comments on commit e042a4b

Please sign in to comment.