(adsbygoogle = window.adsbygoogle || []).push({});
How to install aircrack-ng suite to your Raspberry Pi.
Installing aircrack-ng suite (for airodump-ng, airbase-ng and so on) is really easy and pretty quick:
First we want to install libssl-dev or we will have some problems with aircrack-ng:
apt-get -y install libssl-dev
Now we can install aircrack-ng (We need […]