Quote:
|
Originally Posted by MadmanTM
by the way WEP = Wired Equivalent Privacy.
|
or Worst Encryption Possible
you can crack wep in under 5 mins not exacaly secure, WPA-PSK w/ 30 char password, now thats a diffrent story.
there are some things that are wrong with the guide
disableing SSID broadcast will do NOTHING to protect your network, your id is broadcasted when a client connects therefore making it visible to monitoring users. dont want to wait for someone to connect? Deauth the client then, that will force the client to reconnect to the AP revealing the SSID
mac filtering? LMAO you can change your mac in BOTH linux and windows in a matter of seconds
linux : ifconfig eth0 down, ifconfig eth0 hw ether xx.xx.xx.xx.xx, ifconfig eth0 up
in linux it depends how fast you can type
windows: right click on network neighborhood -> properties --> right click Wireless NIC --> properties --> configure --> locally administered address or network address, type in MAC of your choice, click ok, dont even need to reboot, windows will automatically restart the card
so in windows its how fast you can click