S
S
s_fedchuk2018-03-20 09:33:45
Python
s_fedchuk, 2018-03-20 09:33:45

How can I find out which adnes the PC sent the request to?

I need to find out which url or ip certain requests are sent to.
Wireshark api for cpython only
What do I need for this

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2018-03-20
@NeiroNx

Wireshark
Still probably SysinternalsSuite - to understand which process accesses which addresses. But you can do with the usual netstat -b .

P
pfg21, 2018-03-20
@pfg21

install a wireshark-type sniffer and set up filters to filter out unnecessary packets, understand the interface and you can track and understand any computer network activity
https://ru.wikipedia.org/wiki/Wireshark

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question