Posts

Showing posts with the label Hack Wifi

How to Crack a Wi-Fi Network's WPA Password with Reaver

Image
Share to Kinja Share to Facebook Share to Pinterest Share to Twitter Go to permalink Your Wi-Fi network is your conveniently wireless gateway to the internet, and since you're not keen on sharing your connection with any old hooligan who happens to be walking past your home, you secure your network with a password, right? Knowing, as you might, how  easy it is to crack a WEP password , you probably secure your network using the more bulletproof WPA security protocol. How to Crack a Wi-Fi Network's WEP Password with BackTrack You already know that if you want to lock down your Wi-Fi network, you should opt for WPA… Read more Here's the bad news: A new, free, open-source tool called  Reaver  exploits a security hole in wireless routers and can crack most routers' current passwords with relative ease. Here's how to crack a WPA or WPA2 password, step by step, with Reaver—and how to protect your network against Reaver attacks. In the f...

HOW TO CRACK WI-FI PASSWORD IN UBUNTU?

Image
By Parth Makadiya For this purpose we are going to use Ubuntu. First we have to install air-crack program in o.s (1)install aircrack sudo apt-get install aircrack-ng (2) You need to go in root first. For this purpose type “su –“ and type your password. (3)now type following command in terminal Code: # iwconfig wlan0 mode monitoring Note: If some sort of error occurs type “# iwconfig” in a terminal to check for your wireless. (4)After that it’s time to scan for a wireless network which we will compromise with educational purpose. This time we will use the command: Code: # airodump-ng wlan0  (5)Once you’ve found one, abort the process with Ctrl+C. Now when we have got our target it’s time to collect some information about the network. First of all copy the MAC Address of the access point which stands for BSSID (should look something like 00:15:EB:E7: …). Another thing is that we need to know the channel it’s currently worki...