diff --git a/bucket/PsMapExec.json b/bucket/PsMapExec.json deleted file mode 100644 index 73d8132..0000000 --- a/bucket/PsMapExec.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "version": "2024-09-15T12.24.14", - "description": "(Scoop bucket by arch3rpro) PsMapExec - A PowerShell tool that takes strong inspiration from CrackMapExec / NetExec.", - "homepage": "https://github.com/The-Viper-One/PsMapExec", - "license": "BSD-2-Clause", - "url": "https://github.com/The-Viper-One/PsMapExec/archive/refs/heads/main.zip", - "hash": "60f746c77deae7646b54b80ee3af24efb867b797e728ea864cbbc4ded081a889", - "extract_dir": "PsMapExec-main", - "post_install": [ - "# 创建一个便捷执行的脚本文件", - "$shortcut = \"@echo off`r`nPowerShell -NoProfile -ExecutionPolicy Bypass -File \\\"PsMapExec.ps1\\\" %*\"", - "Set-Content -Path \"$dir\\PsMapExec.cmd\" -Value $shortcut -Encoding Ascii" - ], - "bin": "PsMapExec.ps1", - "checkver": { - "url": "https://api.github.com/repos/The-Viper-One/PsMapExec/commits", - "regex": "([\\d-]+T)(\\d+):(\\d+):(\\d+)", - "replace": "$1$2.$3.$4" - }, - "autoupdate": { - "url": "https://github.com/The-Viper-One/PsMapExec/archive/refs/heads/main.zip" - } -}