Session Hijacker

unorthodox

Member
May 5, 2016
6
2
38
I'm looking to write a simple session ID hijacker in Visual Studio for a small and quick project. I'm looking to make it similar to droid sheep but as if it were written extremely quick and ugly because I'm not looking to spend too much time on it. The goal is to be able to successfully hijack a user session from a site like "Facebook" while I am on the same WiFi as the victim. Obviously this software already exists on many different platforms and has for years but I've always wanted to try and see how fast I could make one.

If anyone's available to explain to me the code that is necessary to be able to implement a scenario where someone's session is stolen, it would be much appreciated.
 
Top