Solved! Missing the hcxdumptool & hcxpcaptool in Kali
Professor K
Since this lab was first published, the latest version of Kali no longer has the hcxdumptool & hcxpcaptool. There may also be issues with missing dependencies. Use the following commands to fix both issues.
apt-get update apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev
and after....... Clone hcxtools from github and compile the binaries: git clone https://github.com/ZerBea/hcxtools.git cd hcxtools sudo make && sudo make install
Clone hcxdumptool and compile the binaries:
git clone https://github.com/ZerBea/hcxdumptool.git cd hcxdumptool/ sudo make && sudo make install
Video tutorial: https://youtu.be/fsmTA_Acvow?si=iSl67Uw82Yky-Sqn ... https://www.youtube.com/watch?v=OfRdugRdMzQ
2024-03-13
0.0 LBC
Copyrighted (contact publisher)
13375563 Bytes