sudo apt update && sudo apt install hcxdumptool hcxtools
Obtener hashes de acceso sin clientes conectados. como instalar hcxdumptool en kali linux
To install hcxdumptool on Kali Linux, you can either use the official package manager for a quick setup or compile it from source to get the most recent updates. Option 1: Quick Install via APT The easiest way is to use the Kali Linux Repository , as the tool is officially maintained there. Update your system sudo apt update && sudo apt upgrade -y Install the tool sudo apt install hcxdumptool Option 2: Install from Source (GitHub) sudo apt update && sudo apt install hcxdumptool