Ask Your Question
0

How to figure out cookies from pcap files?

asked 2018-02-18 03:06:46 +0000

ayonrakib gravatar image

I already have a pcap file. I know that when I enter a website, my userid and password is sent through unsecured http protocol. I would like to extract the cookies from the pcap files and import them into my browser(Firefox) to observe what happens. I already filtered out using http in wireshark, but still I get a lot of packets. How do i extract the exact cookies and import the cookies in my Firefox?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-02-18 09:19:10 +0000

Jaap gravatar image

In the capture file you'll be looking for the Set-Cookie HTTP header sent from the server in the response to a request. To import cookies into Firefox you would most likely need some extra Firefox plugin. Depending on the way the Firefox plugin works you'll have to work out how to get the HTTP header data from the output into the format it understands.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-02-18 03:06:46 +0000

Seen: 3,287 times

Last updated: Feb 18 '18