Posts

Showing posts with the label WIFI

TP Link Router Hacking : Demo

Image
TP Link Archer C5 Router Hacking  0 Today we got our hands on a brand new TP Link Archer C5 router which we will be testing for known vulnerabilities such as hidden backdoors and vulnerabilities, brute force default passwords and WPS vulnerabilities. In this new WiFi hacking tutorial we will be using different tools on Kali Linux 2.0 like Reaver, pixiewps and the Aircrack-ng suite to exploit possible vulnerabilities. TP Link is known to use easy to break default passwords such as the WPS PIN as default wireless password or a password which is derived directly from the MAC address. Especially the last one would make it very easy to retrieve the password because the MAC address is not meant to be secret and is actually send with every single wireless packet send from the router. With a packet analyser like Wireshark it is very easy to retrieve MAC addresses from sending and receiving devices, including the router. In this tutorial we’ll be using airodump-ng for this pur...

Ultimate Kali Hacking Suite [Facebook and WiFi Hacked]

Image
Hello All,                   Today we will see Ultimate Kali Hacking New Updated Posts on Wifi Hack & Other. 1. Hack WPA/WPA2 WPS - Reaver - Kali Linux 2. Speeding Up WEP Hacking : ARP request replay attack 3. Hacking WPA/WPA2 without dictionary/bruteforce : Fluxion 4. Hack WPA/WPA2 PSK Capturing the Handshake 5. WPA/WPA2 cracking using Dictionary attack with Aircrack-ng 6. Social Engineering Toolkit - Kali : Credential Harvestor : Hack Facebook 7. How to hack facebook using kali linux : CREDENTIALS HARVESTER ATTACK 8. Credential Harvestor : Port Forwarding : Phishing Facebook 9. Hack Facebook : Things You Should Know 10. Kali Linux : Touchpad issues - tapping, reverse/natural scrolling All Hackings Click here 1 Click Here 2

Hack WPA/WPA2 WPS - Reaver - Kali Linux

Image
WPA/WPA-2 When it was known that a WEP network could be hacked by any kid with a laptop and a network connection (using easy peasy tutorials like those on our blog), the security guys did succeed in making a much more robust security measure WPA/WPA2. Now hacking WPA/WPA2 is a very tedious job in most cases. A dictionary attack may take days, and still might not succeed. Also, good dictionaries are huge. An exhaustive bruteforce including all the alphabets (uppercase lowercase) and numbers, may take years, depending on password length. Rainbow tables are known to speed things up, by completing a part of the guessing job beforehand, but the output rainbow table that needs to be downloaded from the net is disastrously large (can be 100s of GBs sometimes). And finally the security folks were at peace. But it was not over yet, as the new WPA technology was not at all easy for the users to configure. With this in mind, a new security measure was introduced to compliment WPA. Wifi Pr...

Hacking WPA/WPA2 without dictionary/bruteforce : Fluxion

Image
Fluxion (linset) I hadn't ventured into Hackforums since a while, and this time when I went there I saw a thread about a script called  Fluxion . It's based on another script called  linset  (actually it's no much different from linset, think of it as an improvement, with some bug fixes and additional options). I did once think about (and was asked in a comment about) using something like a man in the middle attack/ evil twin attack to get WPA password instead of going the bruteforce/dictionary route, but never looked the idea up on the internet nor spent much time pondering over it. However, once I saw the thread about this cool script, I decided to give it a try. So in this post I'll show you how I used Fluxion, and how you can too. Disclaimer : Use this tool only on networks you own .Don't do anything illegal. Contents Checking if tool is pre-installed, getting it via github if it isn't. Running the script, installing dependencies if required. Quick ov...