Though, intercepter isn't a part of Kali, no one can prevent us from installing it manually.
1. wget http://intercepter.nerf.ru/Intercepter-NG.CE.05.zip
2. unzip Intercepter-NG.CE.05.zip
3. chmod +x intercepter_linux
4. ./intercepter_linux
UPDATE:
Found a better instruction from someone's scripts for kali:
1. wget http://intercepter.nerf.ru/Intercepter-NG.CE.05.zip
2. unzip Intercepter-NG.CE.05.zip
3. chmod +x intercepter_linux
4. ./intercepter_linux
UPDATE:
Found a better instruction from someone's scripts for kali:
if ask "Do you want to install Intercepter-NG?" Y; thenprint_notification "Adding i386 support"dpkg --add-architecture i386 &&apt-get update -y && apt-get upgrade -yapt-get install ia32-libs -yprint_notification "Installing dependencies"apt-get install unzip wget lib32ncurses5-dev -yprint_notification "Download & unpack"cd /tmpwget http://intercepter.nerf.ru/Intercepter-NG.CE.05.zipunzip Intercepter-NG.CE.05.zipmv intercepter_linux /usr/bin/intercepterchmod +x /usr/bin/intercepter