Wifi

De wiki.nexiat.fr
Aller à la navigation Aller à la recherche
Fiche express
Domaine Gestion et diagnostic Wi-Fi
Outils iwlist, iwconfig, NetworkManager, Wicd
Plateforme Linux (avec notes forensic Windows)

Commandes de base pour gerer et diagnostiquer une connexion Wi-Fi sous Linux, avec quelques notes d'investigation forensic cote Windows.

Commandes utiles

Decouverte d'hotes (non specifique au Wi-Fi) :

netdiscover

Lister les drivers Windows installes (ndiswrapper) :

ndiswrapper -l

Scanner les reseaux et canaux :

iwlist wlan0 scan

Gestionnaires de connexion

apt-get install network-manager-kde
ifconfig wlan0 up
/etc/init.d/wicd start
wicd-client --no-tray

Configuration manuelle du DNS :

/etc/init.d/networking start
# /etc/resolv.conf
# nameserver <passerelle, ex : 192.168.1.1>
ifconfig wlan0 up

Investigation forensic (Windows)

Lister les reseaux Wi-Fi memorises depuis le registre :

reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\Unmanaged" /s

Voir aussi