Skip to content

Commit 937d1c7

Browse files
committed
Update Print-My-Shell.json
1 parent d3e7549 commit 937d1c7

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

bucket/Print-My-Shell.json

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
{
2-
"version": "master",
3-
"description": "Python script wrote to automate the process of generating various reverse shells.(Scoop bucket by arch3rpro)",
2+
"version": "2020-09-27T12.23.31",
3+
"description": "(Scoop bucket by arch3rpro) Print-My-Shell - 自动生成各种反向 shell 的 Python 脚本",
44
"homepage": "https://github.com/sameera-madushan/Print-My-Shell",
55
"license": "MIT",
66
"suggest": "python3",
7-
"url": "https://github.com/sameera-madushan/Print-My-Shell/archive/refs/heads/master.zip",
8-
"pre_install": "Set-Content \"$dir\\PrintMyShell.bat\" '@pushd %~dp0\npython3 \"shell.py\" %*\n@popd' -Encoding Ascii",
9-
"post_install": [
10-
"Move-Item -Path \"$dir\\Print-My-Shell-master\\*\" -Destination \"$dir\\\"",
11-
"Remove-Item \"$dir\\Print-My-Shell-master\" -Force -Recurse"
7+
"architecture": {
8+
"64bit": {
9+
"url": "https://github.com/sameera-madushan/Print-My-Shell/archive/refs/heads/master.zip",
10+
"hash": "5a14bd7a25584a12d07b0d8fe16312164b4ffe772104c613f9a0297a1e1b15f7"
11+
}
12+
},
13+
"extract_dir": "Print-My-Shell-master",
14+
"pre_install": [
15+
"Set-Content \"$dir\\PrintMyShell.bat\" '@echo off\ncd /d %~dp0\npython3 \"shell.py\" %*\n' -Encoding Ascii"
1216
],
13-
"bin": "PrintMyShell.bat"
14-
}
17+
"bin": "PrintMyShell.bat",
18+
"checkver": {
19+
"url": "https://api.github.com/repos/sameera-madushan/Print-My-Shell/commits",
20+
"jsonpath": "$[0].sha",
21+
"regex": "^(?<version>[a-f0-9]{7})"
22+
},
23+
"autoupdate": {
24+
"url": "https://github.com/sameera-madushan/Print-My-Shell/archive/refs/heads/master.zip"
25+
}
26+
}

0 commit comments

Comments
 (0)