Skip to content

Commit

Permalink
Update reGeorg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arch3rPro committed Jan 11, 2025
1 parent 55d8282 commit 31d78ce
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions bucket/reGeorg.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
{
"version": "master",
"description": "The successor to reDuh, pwn a bastion webserver and create SOCKS proxies through the DMZ. Pivot and pwn.(Scoop bucket by arch3rpro)",
"version": "2017-02-16T11.39.15",
"description": " (Scoop bucket by arch3rpro) reGeorg - The successor to reDuh, pwn a bastion webserver and create SOCKS proxies through the DMZ. Pivot and pwn.",
"homepage": "https://github.com/sensepost/reGeorg",
"license": " Unkonwn",
"suggest": "python2.7",
"license": "Unknown",
"suggest": {
"Python": "python2.7"
},
"url": "https://github.com/sensepost/reGeorg/archive/refs/heads/master.zip",
"hash": "08c7984fb138525b409a4bac67ec32f4c347fb098157404d0ca93be2cf8effe2",
"extract_dir": "reGeorg-master",
"pre_install": "Set-Content \"$dir\\reGeorg.bat\" '@pushd %~dp0\npython2 reGeorgSocksProxy.py %*\n@popd' -Encoding Ascii",
"post_install": [
"Move-Item -Path \"$dir\\reGeorg-master\\*\" -Destination \"$dir\\\"",
"Remove-Item \"$dir\\reGeorg-master\" -Force -Recurse",
"pip2 install urllib3"
],
"bin": "reGeorg.bat"
}
"bin": "reGeorg.bat",
"checkver": {
"url": "https://api.github.com/repos/sensepost/reGeorg/commits",
"jsonpath": "$[0].commit.author.date",
"regex": "([\\d-]+)T([\\d:]+)",
"replace": "$1T$2"
},
"autoupdate": {
"url": "https://github.com/sensepost/reGeorg/archive/refs/heads/master.zip"
}
}

0 comments on commit 31d78ce

Please sign in to comment.