Posts

Showing posts with the label Sniffing

Hack facebook accounts on your network-2

Image
Hey! Im back with the second part of the post. At the end of the last post, we successfully re-routed all the traffic from the victim’s computer to the router through our computer.Next, we have to capture their facebook cookies through wireshark. So How do you go about doing that? It’s very simple actually. Open up wireshark Goto capture – > Interfaces in the top menu and select your interface. It’s usually the one which has an IP address and  a certain number of packets flowing through it. Next goto capture and click on start.. It should look something like this. This window has all the packets sent from the victim’s/victims’ computer to the router and all the packets sent from the router to the victim. Next in the filter type  “http.cookie contains datr”.  You ask why? Because, when a user logs in to facebook, he is given some cookies which is unique to him. If we replace our cookies with the victim’s cookies, we can login to his account as...

Hack facebook accounts on your network -1

Image
Hello frnds, In this post I am going to show you a way you can hack the facebook accounts(any online account also)  of all the people who are on your network (LAN or wifi ) . I have tried this and believe me it works..This is really the best way to hack facebook accounts. Its much easier than installing RATs, Keyloggers or making phishing sites. Ok so here we go! You will need 3 programs for this Cain and abel : http://www.oxid.it/cain.html Wireshark : http://www.wireshark.org/download.html Web developer add-on for firefox : https://addons.mozilla.org/en-US/firefox/addon/web-developer/ So what exactly happens when you type in http://www.facebook.com and login with your username and password. First download the web developer addon for firefox and then login to facebook. After you log in view the cookies in the web developer toolbar. Ok now if you click on view cookie information, you will be able to see all the cookies which facebook has transmitted to y...