well, you can use a packet sniffer to record the data from the network out
of the machine, but that won't tell you what application is doing it. you
can find which apps are contacting which ip's and ports with 'netstat -b'
but that would depend on monitoring it regularly unless it maintains a long
term connection. a
"Warren Tang" <(E-Mail Removed)> wrote in message
news:%23$(E-Mail Removed)...
> Hi everyone
>
> I need to monitor and analyze the network traffics of a specific software.
> I want to know the IP addresses it accesses, and if possible the content
> of unencrypted data.
>
> What tool can I use to do that?
>
> Thanks in advance.
>
> Regards
> Warren
|