Eu atualizaria a própria versão do kernel em vez de tentar instalar os cabeçalhos do kernel do Linux para a versão antiga (4.3.0) do kernel. Realize o seguinte passo depois de atualizar o arquivo Kali /etc/apt/sources.list
com a versão mais recente do rolagem do Kali repositório :
sudo apt-get update # this pulls the latest packages list from the kali sources repo
sudo apt-get -y dist-upgrade # when installing this, you would see the latest kernel
# image in the list of packages to be installed,something
# like" linux-image-4.5.0-kali1-amd64"
reboot # MOST IMPORTANT STEP! make sure you reboot the machine via this cmd OR
# shutdown, restart forcefully after completing prev cmds
uname -r # check that the kernel release has updated