-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |