Hacking Facebook Using Cookie
Hacking Facebook Using Cookie
Tools:
Step:
6. Cain n abel will list all the computer that are connected in the network
15. You will see post and get request from the victim to the server(facebook).
16. Choose the POST or GET method. Under the panel find [truncated] cookie. Then right
click>Copy>Value
17. Paste the value into notepad/word. Arrange the entire cookie variable in which semicolons
will refer to new variable.
18. Next, open Mozilla Firefox browser. We will inject this cookie into our browser using firefox
add-on “*cookie manager”. (* https://addons.mozilla.org/en-US/firefox/addon/cookies-
manager-plus)
19. Open cookie manager
20. Click Add button. Type in the following:
Name: *
Content: *
Host: .facebook.com
Path: /
(*Name and content based on the cookie variable)
Example: datr=hSdGTh2cevnZXFkF0nIQ4jH0;
Additional info:
What is a cookie?
A cookie known as a web cookie or http cookie is a small piece of text stored by the user
browser. A cookie is sent as an header by the web server to the web browser on the client
side. A cookie is static and is sent back by the browser unchanged every time it accesses the
server.
A cookie has a expiration time that is set by the server and are deleted automatically after
the expiration time.
Cookie is used to maintain users authentication and to implement shopping cart during his
navigation, possibly across multiple visits.