Created
January 15, 2023 04:48
-
-
Save peddamat/5188166610d1cdde65bd93165b908afa to your computer and use it in GitHub Desktop.
install ioxy
This file contains hidden or 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
| sudo apt update && sudo apt install -y golang-go | |
| git clone https://github.com/NVISOsecurity/IOXY.git | |
| cd IOXY/ioxy | |
| CGO_CFLAGS="-g -O2 -Wno-return-local-addr" go build -ldflags="-s -w" . | |
| ./ioxy gui |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment