First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Download binary/raw file for POST request

I want to download the raw/binary file that my browser sends in a POST method request. Is it possible to do that in Wireshark?

hollowcoves's avatar
1
hollowcoves
asked 2022-06-16 23:18:05 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

I assume you mean "extract the file from a capture file" instead of "download".

Option 1: In the Wireshark menu go to File / Export Object / HTTP... then select the object you want to export and click 'Save' (or 'Save All').
Also documented at par. 5.7.7. The “Export Objects” Dialog Box.

Option 2: If the binary is one of the items of a multipart POST then select in the 'packet details' pane the data part under "Encapsulated multipart part", right-click and select "Export Packet Bytes..." from the context menu.

André's avatar
176
André
answered 2022-06-24 19:43:33 +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