How can I monitor an EXE file when it is running to see what URL it is connecting to? I assume there must be free software out there that can do this fairly easily?
feedback
|
|
For in depth analysis, Wireshark is your best bet as Phoshi has already mentioned. For a quick look at the URL, you can use
| ||||
|
feedback
|
|
Try Wireshark - it's just about the best out there. | |||
|
feedback
|
|
If you want just the "URL" part, SmartSniff is one of the easiest tools. It can be used as a generic packet sniffer too. | |||
|
feedback
|
|
Out of the box I believe you can also find this out with | |||
|
feedback
|
|
Try Fiddler. It's a proxy for doze, which registers itself as the system proxy. If your application uses the system proxy (it might bypass it) then its requests will be intercepted by Fiddler when it's running. | |||
|
feedback
|

