Archive for the tag 'wifi'

 

 

Dec 09 2009

Atheros Wireless Interface on Linux Ubuntu

Published by under Linux

I was surprised ifconfig wouldn’t return an interface for my Atheros chipset based Netgear wireless card. Unlike Redhat, Madwifi does not seem to compile on Ubuntu, no matter what version is used. Kernel headers installed, I keep getting the same error: /root/madwifi-0.9.4/net80211/ieee80211_power.c: In function ‘ieee80211_pwrsave’: /root/madwifi-0.9.4/net80211/ieee80211_power.c:240: error: implicit declaration of function ‘__skb_append’ make[3]: *** [/root/madwifi-0.9.4/net80211/ieee80211_power.o] […]

No responses yet

Sep 04 2009

Configure WPA on Linux Howto

Published by under Linux,Security

WPA encryption is not much hassle to set up and is way more secure than WEP if you use a strong pre-shared key.   First off, we’ve got a wifi interface that can be displayed with iwconfig (from the wireless tools): [root@db ~]# iwconfig lo no wireless extensions. eth0 no wireless extensions. ath0 IEEE 802.11g […]

No responses yet

Aug 09 2009

How to crack a WEP key and decrypt live traffic

Published by under Linux,Security

Cracking a WEP key is extremely easy and is a matter of a few seconds. Truth? Pretty much… We are going to decrypt traffic in real time as well without even needing to connect to the wireless access point. All steps will be run under root super-user as interfaces state needs to be changed.  Aircrack Installation […]

One response so far

Oct 15 2007

Atheros Wireless Interface on Linux Redhat

Published by under Linux

Got an old PC or server you want to leave running in a remote place? Don’t want to bother with cables? Add a wireless card in, and configure the network service so it (re)connects automatically when the access point (re)boots. We’ve chosen a Netgear because it integrates an Atheros based chipset. They’re well supported under […]

No responses yet