Skip to content

Instantly share code, notes, and snippets.

@peddamat
Created January 15, 2023 04:48
Show Gist options
  • Select an option

  • Save peddamat/5188166610d1cdde65bd93165b908afa to your computer and use it in GitHub Desktop.

Select an option

Save peddamat/5188166610d1cdde65bd93165b908afa to your computer and use it in GitHub Desktop.
install ioxy
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