Posts

Showing posts with the label Network Monitoring

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

Install Nagios On CentOS in 20 minutes

Image
Nagios is an open source host, service and network monitoring program. An introductory post  to Nagios have has been published before. So lets continue that a with instructing the installation of Nagios on CentOS. Introduction This guide is intended to provide you with simple instructions on how to install Nagios from source (code) on CentOS and have it monitoring your local machine inside of 20 minutes. No advanced installation options are discussed here - just the basics that will work for 95% of users who want to get started. These instructions were written based on a standard CentOS 5.5 Linux distribution. What You'll End Up With If you follow these instructions, here's what you'll end up with: Nagios and the plugins will be installed underneath /usr/local/nagios Nagios will be configured to monitor a few aspects of your local system (CPU load, disk usage, etc.) The Nagios web interface will be accessible at http://localhost/nagios/ Prerequisites Du...

An Introduction to Nagios

Image
Nagios Introduction Nagios is a free, open-source web-based network monitor developed by Ethan Galstad. Nagios is designed to run on Linux, but can be also be used on Unix variants. Nagios monitors the status of host systems and network services and notifies the user of problems. Nagios Functionality In common with many open source utilities, installation requires a degree of system administrator experience. Nagios is definitely not for the novice, unless you are prepared to put the effort in learning the basics. But with a wide range of features, including a number of web interfaces, Nagios is a very useful, feature rich monitoring tool. A large number of plug-ins available from the Nagios Library , means you can design its capabilities to your own requirements. Amongst others, Nagios monitors services such as SMTP, POP3, HTTP, PING and resources such as disk and memory usage, log files, processor load...