Skip to content

Commit

Permalink
Create commix.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arch3rPro committed Jul 11, 2023
1 parent 704b171 commit df85398
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions bucket/commix.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit df85398

Please sign in to comment.