|
|||||||||||||||||||||||||||||||||||||||||||||
Wireless security
I want to ask you something: Do you enable security for your wireless router/accesspoint?
I realised that most people don't. Maybe you want to give me some comments on this.
I realised that most people don't. Maybe you want to give me some comments on this.
we use wep and mac filtering. Only comptuers with mac adresses that we approve of then you also need a computer password.
xeniczone: wep keys (64 or 128 bit) can be cracked within a matter of minutes using some "tools"
MAC addresses can be spoofed
WPA can be brute force broken (if you choose a bad passphrase) but for normal users i would suggest nothing less than WPA2
(for the really paranoid, VPN
)
MAC addresses can be spoofed
WPA can be brute force broken (if you choose a bad passphrase) but for normal users i would suggest nothing less than WPA2
(for the really paranoid, VPN
i think the whole hipe over hacking wireless connections is just lame. Whats the point, answer me that.
ForceRun: free broadband internet connections?
Oron: that is why I use both. You can't crack the WEP without having access to the router. The Mac adress keeps you out. WEP also keeps you out. You can't hack the WEP without having access to the router.
lemme just say, yes, you can (without elaborating more)
No you can't!
When you want to first scan for a network
iwlist wlan0 scan
Once you have found the network (so far we don't need permission to access the router.)
it will give use the ESSID or name, frequency if the encryption is on or not and some other info. Then it will ping the router.
After we know what network we like we do this.
iwconfig wlan0 mode (mode)
The mode was told to us using the scan.
Then we must type in the encryption code
iwconfig wlan0 key restricted (key)
This is where you will get stuck because without access you can't find the encryption key or run an encryption key scan to find a key at all.
When you want to first scan for a network
iwlist wlan0 scan
Once you have found the network (so far we don't need permission to access the router.)
it will give use the ESSID or name, frequency if the encryption is on or not and some other info. Then it will ping the router.
After we know what network we like we do this.
iwconfig wlan0 mode (mode)
The mode was told to us using the scan.
Then we must type in the encryption code
iwconfig wlan0 key restricted (key)
This is where you will get stuck because without access you can't find the encryption key or run an encryption key scan to find a key at all.
google Kismet, void11, airodump etc
WEP + MAC filtering is NOT enough
WEP + MAC filtering is NOT enough
