Skip to main content

Posts

Showing posts from October, 2014

Hacking Facebook Account Using Http Session Hijacking

What is Session Hijacking? In computer science, session hijacking, sometimes also known as cookie hijacking is the exploitation of a valid computer session—sometimes also called a session key—to gain unauthorized access to information or services in a computer system. FireSheep Tutorial fo r (http Session Hijacking) Firesheep a Firefox addon  has recently become very popular for easily carrying out a HTTP session hijacking attack. Http session hijacking attack can't be considered as a very sophisticated attack but needs some technical knowlegde to be performed . But Firesheep makes the attack a child's play. Firesheep was developed by Eric butler for Firefox, it was released at Toorcon 12 to demonstrate how serious cookie stealing can be. Now lets understand how Firesheep actually works. When you provide your username and password in login forms of different website and submit it, the browser first encrypts the password and then sends it over the network. The corr

How To Lock A Folder Using Command Prompt NO Extra Software Needed

How to lock a Folder using Command Prompt :- Command prompt is one of the most powerful application in windows OS. If you have knowledge about Command prompt means you have knowledge about Windows OS in proper way. If you are familiar with command, you can easily done your work on any windows OS with less effort. Today I am going to show you how easily you can lock a folder using command prompt in few commands and if you did same thing GUI, it will takes more effort. First open the command prompt ( start menu > cmd  ) with  Run as administrator .                                                                                                                 Now I want to create a folder in  D  drive, so on the command prompt Change your Directory to D drive and create a folder with  mkdir  command.                                 I create a Folder named rumytest in the D drive. If you want to view your folder then enter t