Airmon-ng used to get stuck in a "while..." loop, and appear to hang. This problem has now been fixed by the aircrack team. As BT uses the SVN version, nothing needs to be removed; simply:
Code:
root@bt:~# cd /pentest/wireless/aircrack-ng
root@bt:/pentest/wireless/aircrack-ng# svn up
However, BT seems to have aircrack installed in 2 places (no idea why - anyone explain?). A "which'" command shows:
Code:
root@bt:~# which airmon-ng
/usr/local/sbin/airmon-ng
Therefore, in order to use the newly updated version:
Code:
mv /usr/local/sbin/airmon-ng /usr/local/sbin/airmon-ng.original
cp /pentest/wireless/aircrack-ng/scripts/airmon-ng /usr/local/sbin/airmon-ng
#or even better, to update the whole aircrack suite (as ShortBuss points out):
make
make install
airodump-ng-oui-update