Posts

Showing posts with the label HACKING

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...

Hacking and Securing Wing FTP Server 4.3.8

Image
Hacking and Securing Wing FTP Server 4.3.8 In this tutorial we will be looking at how to exploit an authenticated command execution vulnerability in Wing FTP Server 4.3.8 and how to fix this security issue. Authenticated command execution vulnerabilities allow an authenticated attacker to execute arbitrary commands on the target system. In this situation the vulnerability is still ‘protected’ by an authentication layer because the vulnerability resides in the administrator panel. Unauthenticated command execution vulnerabilities are way more dangerous as they reside in publicly accessible places and can be exploited by anyone without authentication. Before we are going to analyse and exploit this vulnerability we will first have a look at Wing FTP Server in general and its extensive list of features. Wing FTP server Wing FTP server is multi-protocol enterprise grade file server with a lot of features that runs on multiple platforms such as Windows, Linux, Mac ...

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...