Skip to content

Commit c755ab7

Browse files
committed
wmiexec-Pro: Update to version 0.3
1 parent bd9a06e commit c755ab7

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

bucket/wmiexec-Pro.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"version": "0.2.7",
2+
"version": "0.3",
33
"description": "(Scoop bucket by arch3rpro) wmiexec-Pro - New generation of wmiexec.py",
44
"homepage": "https://github.com/XiaoliChan/wmiexec-Pro",
55
"license": "Unkown",
66
"suggest": "Python3",
7-
"url": "https://github.com/XiaoliChan/wmiexec-Pro/archive/refs/tags/v0.2.7.zip",
8-
"hash": "d587b8d7884f3b52c2e1213bba0f845fe523b9e20206052372770747435830df",
9-
"pre_install": "Set-Content \"$dir\\wmiexec-pro.bat\" '@pushd %~dp0\n@python3 \"wmiexec-pro.py\" %*\n@popd' -Encoding Ascii",
7+
"url": "https://github.com/XiaoliChan/wmiexec-Pro/archive/refs/tags/v0.3.zip",
8+
"hash": "0a33ef7324d4c8719dde39ecd44cee22eccda2330036b0c743330d0cb09435e7",
9+
"pre_install": [
10+
"Set-Content \"$dir\\wmiexec-pro.bat\" '@pushd %~dp0",
11+
"@python3 \"wmiexec-pro.py\" %*",
12+
"@popd' -Encoding Ascii"
13+
],
1014
"post_install": [
1115
"Move-Item -Path \"$dir\\wmiexec-pro-$version\\*\" -Destination \"$dir\\\"",
1216
"Remove-Item \"$dir\\wmiexec-pro-$version\" -Force -Recurse",
@@ -17,4 +21,4 @@
1721
"autoupdate": {
1822
"url": "https://github.com/XiaoliChan/wmiexec-Pro/archive/refs/tags/v$version.zip"
1923
}
20-
}
24+
}

0 commit comments

Comments
 (0)