THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

How to figure out cookies from pcap files?

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?

ayonrakib's avatar
1
ayonrakib
asked 2018-02-18 03:06:46 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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.

Jaap's avatar
13.7k
Jaap
answered 2018-02-18 09:19:10 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer