Linux
To install hcxdumptool and hcxtools on Cali Linux.
When you install hcxdumptool and hcxtools , you will face with some issues . In my view , I have to change user to root user . Then following the commands .
apt-get update
apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev
git clone
cd hcxdumptool/
sudo make && sudo make install
git clone
cd hcxtools/
sudo make && sudo make install
Hope you enjoy and install them succecssful
[ad_2]
source
help👇
sudo make && sudo make install
make: * No targets specified and no makefile found. Stop.
Thank you so much !
E:Unable to locate packages libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev
In this way when I type hcxdumptool will it work ? Or each time should I navigate to the path where they are stored and run them from there ?