Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find a TCP network debugger like fiddler but with other ports beside 80 [closed]

I have used fiddler to capture traffic through http 80 port.

But I am looking for some free tool which can capture TCP traffic on any other ports.

For example, I have abc.exe running on my machine. I open the tool, targeting abc.exe process, and I can see what package abc.exe is sending to what address.

Is there any good tool for this?

like image 598
Edi Wang Avatar asked Nov 02 '12 13:11

Edi Wang


1 Answers

You can use Wireshark, I think it's the best.

like image 160
Bahadır EKİCİ Avatar answered Oct 21 '22 07:10

Bahadır EKİCİ