How do we monitor, watch and inspect a non browser application, eg. a Telegram channel, downloading operation processes in order to find the original/sourced media file URL ?
How do we monitor, watch and inspect a non browser application, eg. a Telegram channel, downloading operation processes in order to find the original/sourced media file URL ?
You can use tcpflow. It can do more than just log which processes are accessing which URLs (which is just port 443 and port 80), but other ports aswell. It also has a powerful filterig ability.
See this tutorial on how to use it.