From df8539864ea724e1a07ab3d7edc9f117eab64027 Mon Sep 17 00:00:00 2001 From: arch3rPro <30855883+arch3rPro@users.noreply.github.com> Date: Tue, 11 Jul 2023 19:02:58 +0800 Subject: [PATCH] Create commix.json --- bucket/commix.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bucket/commix.json diff --git a/bucket/commix.json b/bucket/commix.json new file mode 100644 index 0000000..5c1db68 --- /dev/null +++ b/bucket/commix.json @@ -0,0 +1,19 @@ +{ + "version": "3.7", + "description": "Automated All-in-One OS Command Injection Exploitation Tool.", + "homepage": "https://github.com/commixproject/commix", + "license": "GNU", + "suggest": "python2.7|3.X", + "url": "https://github.com/commixproject/commix/archive/refs/tags/v3.7.zip", + "hash": "86ce58fb255a88477ce0f8b465b901fb3782dae438777eec64df870cb636f84d", + "pre_install": "Set-Content \"$dir\\commix.bat\" '@pushd %~dp0\npython3 \"commix.py\" %*\n@popd' -Encoding Ascii", + "post_install": [ + "Move-Item -Path \"$dir\\commix-$version\\*\" -Destination \"$dir\\\"", + "Remove-Item \"$dir\\commix-$version\" -Force -Recurse" + ], + "bin": "commix.bat", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/commixproject/commix/archive/refs/tags/v$version.zip" + } +}