Showing posts with label Wifi Hacking Zone. Show all posts
Showing posts with label Wifi Hacking Zone. Show all posts

Tuesday, 31 January 2017

How to hack WEP secured wifi?

Hack wifi (WEP) using kali linux 


Hi guys, in my last post i posted some detail of wifi encryption and how you can easily hack them with some simplest GUI tools. But today i will show you how you can done same thing with commands line on terminal. Believe me there are more chances of cracking wifi command lines than GUI.
Alright, i am assuming you have Kali Linux and running on your computer. If not, here is a post on hacking with kali linux.

Wifi Hacking: WEP using kali linux


To hack WEP wifi encrypted, just follow these simple steps-

1. Find out the name of your wireless adapter.

Alright, your computer has many network adapters; you need to know its name. Open a new terminal and type:
ifconfig 
and hit enter.


So there are basically the following results that you need to know-
lo - loopback.
eth - ethernet
wlan0or wlan1
 Note down your wlan(0/1/2) adapter.

2. Enable Monitor mode

To enable monitor mode just type:
airmon-ng check kill
airmon-ng start wlan0
 

Rememberin my wireless adapter is wlan0, vary with your wireless card.
Your new interface called monitoring mode will be created as mon0 in case of Kali linux version 1.0.
Note: If you are using kali 2.0 then your new interface will be wlan0mon.


3. Start capturing packets

Now, we'll use airodump-ng to capture the packets of the wifi. This tool gathers data from the wireless packets of the wifi.
Type in the terminal:

airodump-ng mon0


For kali 2.0, replace mon0 with wlan0mon.
You'll see many wifi as well as the name of the wifi you want to hack.


4. Store the captured packets in a file

This can be achieved by giving some more parameters with the airodump command:
airodump-ng mon0 --write name_of_file


Again for kali 2.0, replace mon0 with wlan0mon.

Now the captured packets will be stored in name_of_file.cap.  You will have to wait till you have enough data (10000 minimum)


5. Crack the wifi

When finally you've got 10000 packets (don't stop the packet capture yet). Now, you can use aircrack-ng to crack the password.
In a new terminal type:
aircrack-ng name_of_file-01.cap

The program will ask which wifi to crack, if there are multiple available. Choose the wifi. It'll do its job. If the password is weak enough, then you'll get it in front of you. If not, the program will tell you to get more packets. The program will retry again when there are 15000 packets, and so on.

You'll get the key, probably in this format-
xx:xx:xx:xx:xx
Remove the colons
xxxxxxxxxx is the password of the wireless network. If you have any question, comment freely.





continue reading How to hack WEP secured wifi?

Sunday, 29 January 2017

Hack Wifi In Kali Linux 2017 Methods

How to hack wifi in kali linux


When it comes to hacking, wifi hacking is one of the most popular topic, because everyone wants a free internet connection.  Many Hacking tools, software and techniques have been used by many hackers that crack a high secured Wi-Fi Network.
Kali linux is one of them, many people get confused, kali linux is not a cracking software instead it is a toolbox.
Note: Kali linux is tool kit, to hack wifi you have to choose right one. If one method don't work for you try another. I will cover all available tools in my upcoming posts.
Before hacking wifi, you must be aware of encryption technique used in order to secure wifi. It’s not only for knowledge although it will help you to choose different kind of suitable attack for different kind of encrypted networks.
There are different types of Encryption from which three basic security encryption are most common.

Wi-fi security: methods of encryption

 These three methods of encryption has different types of vulnerability associated with wireless networks and can be hacked with different methods. The different types of Wireless Encryption Security techniques include the following (not deep details):

WEP:WEP is Wired Equivalent Privacy that can be cracked easily when configured appropriately. This method of encryption can be cracked within 5 minutes.

WPA:WPA is Wi-Fi Protected Access that provides strong security. Even then, there is possibility to crack if the Wi-Fi password if short. However, wireless networks can be hacked easily using various tools

WPA2:WPA2 is Wi-Fi Protected Access 2 that also eventually provides high security. You can hack this method of Wi-Fi encryption at the time of packet generation from Wi-Fi access points.


Techniques to hack wi-fi network

If you are much interested in hacking high security encryption based Wi-Fi networks, you need to arrange few things that are required at the time of Hacking process. After arranging all the essential things, you can hack a Wi-Fi network using few tools and techniques that can be seen below:

REQUIREMENTS

  • Kali Linux OS    
  • External Wi-Fi Adapter or Inbuilt Wi-Fi Device

  (Don't be confused, if your computer doesn’t have a wifi device, then you have to buy an external one).  




METHOD 1: HACK Wi-Fi Network using Wifite


Wifite is a Linux-based platform tool that is available on variant Operating Systems like Kali, Backtrack 5, BlackBuntu, BackBox and Pentoo. Wifite is basically used to attack multiple encrypted networks (WEP, WPA/2 and WPS) in a row that is customized to be automated with only a few arguments.
Simply type ‘wifite’ in terminal. Here, you can see List of Available Wi-Fi Access Points.
 Wait for few seconds in order to notice nearby Wi-Fi points like WEP, WPA/WPA2.


Steps to Hack WEP Encryption based Wi-Fi Network

Step 1. Just choose the appropriate target NUM (1,2,3,..) in order to crack it.  
Step 2. Make sure that the attack is completed within 10 minutes. You need not worry if one WEP WiFi attack fails, the other will come into action automatically for succeeding 10 minutes.  Within few minutes the WEP Wi-Fi network gets hacked.


Step 3. You can see the WEP key that is present in the above image. It is a Hexadecimal representation of WEP WiFi’s password. That WEP Key can be used as the Wi-Fi password. You can also convert the Wi-Fi password into actual password using online Hex-to-ASCII converter.

Steps to Hack WPA Encryption based Wi-Fi Network


Hacking a Wi-Fi network that uses WPA security encryption is little bit tough when compared to WEP as this is highly protected encryption method. It takes less time to hack a Wi-Fi network that uses short passwords.
In order to hack this type of Wi-Fi network you need to use Handshake capture and wifite will capture it. I will post another method to capture Handshake file in my post.


Handshake Capture:

Handshake is a file that can be captured when Router and client(s) communicate to authenticate each other. You may have a doubt that, “What is the purpose of this Handshake file?” The main target is to hack Wi-Fi network. This Handshake file contain Wi-Fi password but in encrypted form. To get that password we need to perform different kinds of attack on Handshake file.

 Following attack can be done on Handshake file.



Brute-Forcing: As the password is in encrypted form, let us try some other password combination on the encrypted password to acquire the original password. This process is known as Brute Forcing that is done offline. By using Brute-Forcing, the password present in the handshake file can be captured easily within few minutes.

Dictionary File:  In the below image, you can see dictionary which is a file that contains all known words from various sources usually phrased as Wi-Fi password. 


As soon as you start WPA handshake capture, it displays a message as “Client Found”.  It generates a command using handshake capture (that contains password) as (TEST_C0-A0-BB-04-5C-A9.cap). The above command cracks the password file that must be saved at /root/DICTIONARY/. Till now, you have used two WPA attacks that are completed successfully.


A password file usually contains words that are created using combination of different characters, numbers and special symbols. A password requires a lot of computational power if it a strong password including numbers and other special characters. The above WPA Wi-Fi Security Encryption got cracked easily because of easy password. Suppose, if you are but dealing with strong password, it might take more hours to crack the password.




METHOD 2:  HACK Wi-Fi Network using WIFIPHISHER




Wifiphisher is a security tool that performs one kind of phishing attacks which are against WPA networks. Unlike other methods of hacking, Wifiphisher is a type of social engineering attack that does not include brute forcing.
Wifiphisher is a tool that is used to hack a Wi-FI network and this attack makes use of three phases:

PHASE 1: Victim is being deauthenticated from their access point.


Wifiphisher tries to jam all the target access point’s wifi devices continuously that are available within range by sending deauth packets to the client from the access point.
 Then it starts generating fake access points by copying an access point from a set of access points shown below:


PHASE 2:
 This is the second phase where the Victim joins our fake access point.
It asks for password authentication.
 Wifiphisher sniffs the area and copies the target access point’s settings.
 Now, this tool creates a fake wireless access point that is modeled on the target by setting a NAT/DHCP server and forwards the right ports.
 Consequently, because of the jamming, clients will start connecting to the fake access point. After this phase, the victim is Mitimed.


PHASE 3:
Victim is being served a realistic router config-looking page where the Wifiphisher tool employs a minimal web server that responds to HTTP & HTTPS requests.
    As soon as the victim requests a page from the Internet, wifiphisher responds with a realistic fake page that asks for WPA password confirmation due to a router firmware upgrade.






Step by step hacking tutorials are coming… 
continue reading Hack Wifi In Kali Linux 2017 Methods

Tuesday, 12 April 2016

How to hack wifi password using android app WIBR

wifi hacking by android

Hi guys, every one asking for how to crack or hack wifi password?
Many of you know about the Linux based os like Kalilinux, backstrack they are popular os which are used to hack. They use dictionary attack or more commonly brute force attack. In this attack all possible value of password is used to know original password, you can use google to know more about brute force. Let’s go to our tutorial
.
WIBR is an android app that you can use to break into a password protected (weak) WiFi network. It is actually a brute forcer that allows you to perform a dictionary attack on the target.

 How To Use WIBR for hacking wifi passoword


1. Download and install WIBR on your android device.
Download WIBR:: WiFi BruteForce [MediaFire Link]

2. Open the app, you will see a screen like this. 

wifi hacking by android image

3. Tap on "List Networks", it will display the WiFi networks open and protected wifi in your range. Then select the target WiFi network from the list, you will see a screen like this.

wifi hacking by android wiber image

4. Choose the wordlists you want to use and then tap on "Start Wordlist Test". The app will start attacking the target WiFi network.

 wifi hacking by android wiber app image

Now wait, since it is trying to generate all possible password, so it may take some time. Then it will display the password.
Note: The attacking process is very slow, so you have to wait for a really long time to get the password. 






continue reading How to hack wifi password using android app WIBR

Tuesday, 2 February 2016

Hack and Crack Wifi Password in Android Phone by Three Methods ?


  1. Firstly, if your android phone isn’t rooted, try to root it, and also make sure that such android phone have a Broadcom bcm4329 or bcm 4330 chipset unlike the Nexus 7, Galaxy S1/S2, Nuxus 1, Htc Desire HD, etc.
  2. Then download and install bcmon, it’s essential because it helps monitor mode on your broadcom chipest that helps in the PIN Cracking.
  3. After installation, run the app and tap “monitor mode” option.
  4. Download and Install Reaver app which helps to crack the WPS Pin to retrieve the WPA2 passphrase.     
  5. After installation of reaver app, launch it and do an on-screen confirmation, which is, comfirmint that you’re not using it for illegal purpose, then tap the APN or access point you’d wish to crack and continue. Most times, you might need to verify monitor mode to proceed, and this would cause the bcmon to open again.
  6. Verify your settings and also make sure that you’ve checked the “Automatic Advanced settings” box.
  7. Finally, start cracking process by tapping start attack, at this final stage, it can take 2-10hrs for the cracking of WPS to be successful.
Original Post thread from XDA for Reaver for android Link

    Method 2) Hacking of WEP Routers

    1. Firstly, if your android phone isn’t rooted, try to root it, and also make sure that such android phone have a Broadcom bcm4329 or bcm 4330 chipest unlike the Nexus 7, Galaxy S1/S2, Nexus 1, Htc Desire HD, etc.
    2. Then download and install bcmon, it’s essential because it helps monitor mode on your broadcom chipest that helps in the PIN Cracking.
      bcmon android app
    3. After installation, run the app and tap “monitor mode” option.
    4. Then tap the “Run bcmon terminal” option and type “airodump-ng” and Enter. Once the airodump loads finish, you would be directed to the prompt command in which you’re to type “airodump-ng wlan0” then tap the Enter button.
    5. In this stage, a Mac address would appear, in which you’re to jot down.
    6. Start scanning the channel by collecting information from the access point before attempting to crack the password, then type, “airodump-ng -cchannel#–bssidMAC address-w output ath0” and tap enter, then it would start scanning, try scanning till it reaches 20,000 – 30,000 packets.
    7. To finally crack the password, return to the terminal, but make sure you’ve reached the suitable number of packets, then type “aircrack-ng output*.cap” and tap enter at the terminal.
    8. Once the password is cracked successfully, you would recieve a message alerting, ‘Key Found’ and would display the key in hexidecimal form. So when entering the key, make sure you eliminate the dots ‘.’ or double dots ‘:’, i.e if it displays 12:34:56:78:90, then enter 1234567890 as the code.

    Method 3) Using Osmino Wi-fi App to Hack Wifi

    The use of osmino wifi app seems to be the best any easiest method when hacking into a wifi network. Actually, it doesn’t do any hacking but it serve as help to retrieve the already hacked password by someone else. It also tracks down the location of such vulnerability and gets connected it’s network. To download osmino wifi app, click here.
    osmino wifi
    Osmino WiFi


    Method 4) Hack WPS WiFi  Security Password from WPS Connect Android App

    You can easily hack WPS security password from just download this app. This app has collection of master keys of various routers that has vulnerabilities. Download this app and open this app. If wifi area in your area set the wps security , you can see green and open wifi sign in this app, Just click on that wifi and this app connect your android phone with that wifi without typing any type of password and you can easily hack that type of wifi password from your android mobile.
    wps connect
    WPS CONNECT

     You can hack wifi 100% with this android app from your android mobile device.
    continue reading Hack and Crack Wifi Password in Android Phone by Three Methods ?

    Saturday, 23 January 2016

    Hack wifi using wifiPhisher.2016 trick

    Today most of the wifi are encrypted with the WPA and WPA2 security these security are somehow vulnerable to some wifi hacking attacks as the WEP is the most secure encryption of Wifi that are most used by the people who have knowledge about hacking and their attacks. So in this post i will tell you the vulnerability of this encryption and how to hack Wifi by hacking WPA and WPA2 security over it. Just read out the below post to proceed.
    Also read :How to hack wifi using android?

    How to Hack WiFi WPA/WPA2 Security :

    Here is the method to hack wifi WPA/WPA2 secuirty using WIFIPHISHER. There are many hacking tools that are available on Internet that can hack a secure Wi-Fi network but this tool is published by George Chatzisofroniou that automates the multiple Wi-Fi hacking techniques and make it slightly different from all others. Also George Chatzisofroniou published this Method for Hacking WPA/WPA2 Security with a WiFi social engineering tool that has been designed to steal the credentials from the users of secure wireless networks.

    Working Of Wifiphisher

    Wifiphisher is one of the security tool that mounts the fast automated phishing attacks which are against WPA networks and in order to obtain all the secret passphrase of the network.This is a type of social engineering attack that not work like other methods as it does not include any of brute forcing. It is very easy way to obtain WPA credentials of users.

    1. Firstly Victim is being deauthenticated from its access point and the this software continuously jams all the target devices at the access points by altering the access point of all the device through the main server.
    2.  With this attack Victim will joins a rogue access point that is just a virtual access point.Now this Wifiphisher sniffs all the area and then copies the target access point’s settings over the network.Then it creates a new rogue wireless access point that is the modeled on the target and it also sets up a NAT/DHCP server that forwards it to the right ports.And because of the jamming the clients will start connecting to a rogue access point and after that victim get Mitimed.
    3. Also with this attack Victim is being served to a realistic router of config-looking page and them wifiphisher employs a new minimal web server that responds to all the HTTP & HTTPS requests of the server. And when victim makes a request to server to access any page, wifiphisher will respond with a new realistic fake page that will ask for WPA password to Upgrade firmware of the modem.

    Note>> This software works in Linux operating system and is licensed by MIT license.


    So above is all about Hack WiFi WPA/WPA2 Security – WIFIPHISHER. By this server attacks is being done and by this application the WPA passwords gets cracked by the server. So better is to be safe from these type of attacks by Using WEP encryption method to secure your wifi and prevent such attacks. Don’t forget to share the posy and leave a comment if you have any related queries with this.
    continue reading Hack wifi using wifiPhisher.2016 trick

    Wednesday, 20 January 2016

    wifi hacking tool for windows

    Hack wifi in window pc

    Hellow  friends, there are many people who are using window OS in their laptop or pc but they are still suffering from same problem of a huge list of  secured wifi. Whenever they google for hacking those wifi either they forced to install Linux on their pc or they stuck in some survey when they try to download wifi hacking tool. In this post all tool are survey free and well explained so you can use them without any problem.

    Wifi hacking tool for window 32 and 64 bit


    mHotspot is a free software for creating WiFi hotspot in your Window PC. With this software, you can share your Computer net connection with other device like mobile and laptop.



    mHotspot is a free software comes with lots of features:
    • Connect up to 10 devices to the hotspot.
    • You can see the Login info of your victim.
    • You can set your own hotspot name without any restrictions.
    • Share any type of Internet Connection(LAN, Ethernet,3G/4G, Wifi etc).
    • Android phones, ipads, PDAs, tablet-pcs and other devices can access the internet.
    • See the details of the connected device(Name, Ip Address, Mac Address).
    • See the network usage(Upload and Download Speed, Transfer Rates).
    • Secures your wireless hotspot with WPA2 PSK password security.
    • Set max. number of devices that can be connected.
     Download mHotspot for Window

    Like name you can view the history of your wifi events from this software. With this software, you can check when your wifi is connected and when disconnected.
    If someone connects your PC to unknown wifi,  you can get it from this wifi software.
     WiFi History View

    This is one of my favourite software for windows. With this app, you can get the all info about any wifi like channel name,mac address,security and lots more.
    If your neighbour hides wifi SSID, you can get the hidden SSID from this software.
     Download inSSIDer for Window

    CommView is a powerful network monitor and analyzer designed for LAN administrators, security professionals, network programmers, home users…virtually anyone who wants a full picture of the wifi traffic flowing through a PC or LAN segment.
     Download Commview for Window
    5. WhoisonmyWiFi 
    Know how many devices are are currently connected with your wifi network in real time. With this free window software you know how many users and devices are currently connected with your wifi network with Computer and Device name.
     Download WhoisonmyWiFi for Window
    6. Minishare
    Transfer data between two laptops wirelessly or lan with this software. Minishare is a lightweight and simple but powerful program for transferring data between two computers.
     Download Minishare for Window

    Recover your WiFi Password from this trick. This is a free software which will show you all your saved WiFi passwords. If you forgot or lost password to your wireless network – this tool is for you.This tool works fine in windows 7 ,8 and 10.
     Download WiFi password revealer for Window
    8. BSNL Bandwidth Meter
    Monitor your WiFi Bandwidth usage in real time. With this software you can keep records of your bandwidth data. This software helps you , if you use limited internet data plan.
    You can easily know how much data you used and how much data you have left in your internet plan from this software.
     Download Shaplus Bandwidth Meter for Window

    9. Aircrack-ng
    Aircrack is one of the most popular software on internet for hacking wifi password from windowsand linux. You can check your WiFi security from this tool.
    With the help of this wifi password hacking tool, you can easily crack WEP and WPA-PSK (WPA 1 and 2). Aircrack-ng is command line tool, know more about this tools and how it works from its Official Website.
    Aircrack-ng for Windows
    Do you find that there is software is missing there is only 9 software that i mentioned.last software i will share soon with a tutorial. :)

    continue reading wifi hacking tool for windows