Skip to content

Instantly share code, notes, and snippets.

@Nav-Appaiya
Created February 16, 2020 17:23
Show Gist options
  • Save Nav-Appaiya/b8eb3cbf22642aac2ead12884fb6aa80 to your computer and use it in GitHub Desktop.
Save Nav-Appaiya/b8eb3cbf22642aac2ead12884fb6aa80 to your computer and use it in GitHub Desktop.
# install hcxdumptool
git clone https://github.com/ZerBea/hcxdumptool
cd hcxdumptool/
make
sudo make install
cd .. # up
# install hcxtools
sudo apt install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev
git clone https://github.com/ZerBea/hcxtools
cd hcxtools /
make
sudo make install
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment