mirror of
https://github.com/xor-gate/go-socks5-ssh-proxy
synced 2026-03-22 22:06:35 +01:00
Fetch weak1337/Alcatraz
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -100,3 +100,17 @@ jobs:
|
|||||||
name: dist-dll
|
name: dist-dll
|
||||||
path: |
|
path: |
|
||||||
dist
|
dist
|
||||||
|
|
||||||
|
build-release-dll-obfuscated:
|
||||||
|
name: Build release DLL obfuscated
|
||||||
|
runs-on: windows
|
||||||
|
steps:
|
||||||
|
- name: Check out Alcatraz
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: 'https://github.com/weak1337/Alcatraz'
|
||||||
|
|
||||||
|
- name: Run Alcatraz-con.exe
|
||||||
|
run: "./x64/Release/Alcatraz-con.exe"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -73,3 +73,4 @@ Following detections have been tested:
|
|||||||
## Development information
|
## Development information
|
||||||
|
|
||||||
* <https://medium.com/analytics-vidhya/running-go-code-from-python-a65b3ae34a2d>
|
* <https://medium.com/analytics-vidhya/running-go-code-from-python-a65b3ae34a2d>
|
||||||
|
* <https://github.com/weak1337/Alcatraz>
|
||||||
|
|||||||
Reference in New Issue
Block a user