CodeExplorer Posted September 2, 2015 Posted September 2, 2015 WEP password hacking (Wi-Fi)Tools used:TamoSoft CommView for WiFi 7.1.795 - collecting the packetsWireshark version 1.12.7 - joining multiple (captured) .cab filesaircrack-ng 1.2 rc2 win - password crackingMy target wireless network has these information:Encryption: WEPSSID: bluewVendor: NetgearMac: Netgear 08:54:30but sometimes also shows 20:4E:7F:08:54:301. Collecting the packets with TamoSoft CommViewStart TamoSoft CommView for WiFi.Click Start Capture. (Click on File->Start Capture).Wireless networks should be showed in Nodes tab.For showing Detailed Information about a wireless networkright click on target MAC Address (Netgear 08:54:30)to see options and then choose "Detail...".there you will see useful information likehow many Total Packets (Tx) are sent.I usually let opened the Detailed Information windowwhile capturing.For aircrack-ng you should collect at last 5000 IVs.Sometimes no packets are send through network.Usually the channel is 6 on all networks, Max Rate: 72.2 Mbps.Sometimes channel is set to "6 (6-10@40)" and Max Rate is increasedto 150.0 Mbps.2. Exporting captured packets with TamoSoft CommViewGo on Packets tab there right click on any column which containstarget mac address (Netgear 08:54:30) as a Src Mac oras Dest MAC. Choose Quick Filter -> By MaC Address ->From/To Netgear:08:54:30. The Log Viewer Window will be opened,select all items, do a right click and from the options showedselect Save Packet(s) As ... ,as Save as type choose "Wireshark/Tcpdump (.cap)".3. Joining multiple (captured) .cab filesFor doing that we use Wireshark.We open first cap file on Wireshark,we click on File->Merge... in the file browser we choosethe second file, and done now the first and second fileare joined all we have to do now is to save the joined file:choose File->Save As... and enter a proper file name.Note that with this method only two files can be joinedat a time.4. Password crackingFor this we will use aircrack-ng.For aircrack-ng you should collect at last 5000 IVs.On captured file Wireshark reported 861 entries (packets),aircrack-ng reported 834 IVs.Start Aircrack-ng GUI.exe. As Encryption WEP should be chosen.Select Filename(s) by clicking the "Choose..." button.Finally click on Launch button.If it writes "Failed. Next try with 5000 IVs." you should capturemore packets.When you are asked (if you are asked) enter the index of Network from the list,usually you should enter 1 (the first network).If only one network SSID is on captured file,first (right) network will be chosen automatically,it will write on console window "Choosing first network as target".Damn: not even 5000 IVs are not enough,"Failed. Next try with 10000 IVs."Next one also failed: "Failed. Next try with 15000 IVs."Damn: my stupid mistake was that I didn't choosed Key size as 64!!!After setting Key size to 64:KEY FOUND! [ AB:CC:BA:12:34 ]Decrypted correctly: 100%The Key is actually ABCCBA1234 4
Kurapica Posted September 2, 2015 Posted September 2, 2015 you can collect the IVs more quickly using ARP re-injection attack. It only takes less than 1 minute. If you want more freedom with wifi hacking then use Linux, forget about Windows and CommView. http://www.globaltechnologies.biz/sitebuildercontent/sitebuilderfiles/aircrack.pdf 1
xSRTsect Posted September 3, 2015 Posted September 3, 2015 *covers walls with aluminum foil* LOOOOL, that was actually funny
CodeExplorer Posted October 3, 2015 Author Posted October 3, 2015 *covers walls with aluminum foil* The solution is to NOT USE WEP, use instead WPA, at least WPA-Personal, WPA-Personal password length is between 8 and 63 chars, On WPA only dictionary attack is possible, so use a save password which would be not found in a dictionary and you are safe. Also disable WPS: read http://www.howtogeek.com/176124/wi-fi-protected-setup-wps-is-insecure-heres-why-you-should-disable-it/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now