Web Security Redefined

Banner 468

Facebook
RSS
Announcement! Attention all Users>> Please stop adblock/adblock Plus or edit in whitelist before to complete your Request for download etc.... Admin #rdx#
Showing posts with label Protect Wifi by hack. Show all posts
Showing posts with label Protect Wifi by hack. Show all posts

Be safe WIFI users ..!

If you are a WIFI user than u need to protect ur your network from being hacked. Hacking a wifi network is easily done by any person having some knowlegde about networks. It is done by sniffing ur network's packets and decryting it to get the password of ur network.Many different utilities are provided in an open source Operating system called "BACK TRACK" to do all the trick to hack others wifi network and illegally access the network.
Some suggestions to be safe.
The problem is that Microsoft designed Windows XP and Windows Vista to be convenient, especially when connecting via wireless, but convenience in the security world often carries a high price. Of course, it goes almost without saying that you should always have a suite of security applications including antivirus, antispam, and antispyware, as well as a personal firewall installed on your laptop. But to avoid having your laptop connect to the first access point that looks attractive, try these maneuvers:

1) Use a wireless broadband card
Rather than use a public cafe's open wireless, get a wireless broadband account and use your laptop to connect to 3G networks via cell modem. Overall wireless broadband accounts are more secure--it's harder to hack into a cellular call--and, in some cases, more reliable than public 802.11 wireless.

2) Change your home or office default router name
Don't make your laptop vulnerable in the first place. To do this, access your home or office router's firmware (usually this requires typing a specific address into a browser's address bar), then change the default SSID (Linksys, D-Link, Netgear, or the like) to something original (for example, UpUpAndBeyond, or something similar). While you're at it, change the router's default admin ID and password, and enable some form of encryption (WEP, WPA, or WPA2).

3) Disable the Windows networking automatic connect feature

Don't let your laptop connect just anywhere. To do so, right-click your current wireless network connection, click Properties, then click the Wireless Networks tab. Here you'll see a box with all of the last known connections you've made. After each, if it says "automatic," highlight and click properties, then select the connection tab for that network. Uncheck the box labeled "Connect when this network is in range."

The downside is that the next time you fire up your laptop, you won't be connected right away. Instead, you should see a list of available wireless networks. It'll cost you a few seconds to choose one and connect to the right network, but at least you'll know what you're connecting to.

4) Set a MAC address for the routers you know

This won't help with random, open public wireless networks the physical address of which you won't necessarily know, but it will help with home and office connections, particularly if you live or work in a crowded area. Again, if you haven't changed your SSID, how do you know if the Linksys router you're connecting to from the front of your apartment is the one in the back of your apartment, or your neighbor's next door?

5) Turn off the ad hoc connections option
This should already be disabled with most default Windows XP and Vista installations, but you should check anyway.

NEXT >>
[ Read More ]

3 ways to fix the fixed channel: -1 issue

http://z0o0z.files.wordpress.com/2013/01/fixed-channel.jpg
 fixed-channel:-1

Yesterday while I was working on the new version of Wi-fEye , I found out that every time I try to use airodump-ng I get the ‘mon0: fixed channel -1′ error message , now this is a very popular one , and there are a few ways to get around it , in the past to get around this I usually set the channel when I enable monitor mode , so instead of running

airmon-ng start [interface]

execute

airmon-ng start [interface] [target-AP-channel]

For example if your network interface is wlan0 and the target AP is running on channel 6 then the command would be

airmon-ng start wlan0 6

This unfortunately didn’t work on ubuntu 12.04 , so I decided to set the channel and enable monitor mode manually without airmon-ng. 

iwconfig [interface] channel [target-channel]
 ifconfig [interface] down
 iwconfig [interface] mode monitor
 ifconfig [interface] up

This – sort of – did the trick , when I say sort of i mean the error message is gone , I can run airodump-ng successfully on any AP with no problems , I can assotiate with APs successfully as well , even the injection test (airmon-ng -9 wlan0) tells my that injection is working , but when I actually try to inject packets it doesn’t work :S.
At this stage I was out of ideas and had to ask google , after some googlig I decided to patch my kernel but before that I thought it could be a good idea to search for compat wireless , so I did and it was a good idea indeed.
first check you kernel version:

uname -r

then install the relevant compat wireless package from the software center or using apt-get.
Then I restarted my system and BOOM , injection is working perfectly.

Now all of these ways have worked for me at some stage (depending on the kernel , the linux distro and the wifi card) , so if you are stuck with the same problem try them all and see what works for you.


 
[ Read More ]