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

Packet capture in this case

  • retag add tags

I've android and ios app. They run on same application server on Linux. I want to capture the packets when some users are trying to log in in the app. How'd i proceed? I'm thinking of doing with tcpdump and putting that pcap file into wireshark. Will this work?

oslon's avatar
1
oslon
asked 2023-10-29 11:13:01 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Are you trying to embed packet capture in your app, even if the machine isn't plugged into a desktop or laptop computer, or can you plug the phone into a desktop or laptop computer when the users are trying to log into the app?

Guy Harris's avatar Guy Harris (2023-10-30 01:42:50 +0000) edit

I don't have access to user's phone. But I guess they all hit the web server so I want to capture their packets.

oslon's avatar oslon (2023-10-30 03:52:04 +0000) edit
add a comment see more comments

1 Answer

0

Then you should capture on the server. The resulting capture file can be opened in Wireshark running on a different machine.

grahamb's avatar
23.8k
grahamb
answered 2023-10-30 12:15:15 +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