Quote:
Originally Posted by Stream Recorder
|
I try to look at the source of the page first searching for "flv", "flash", "mp4" and other keywords. If this didn't help, I either use
ngrep or
Wireshark. It depends on the site. Most sites luckily store their links in a XML file so it's just a matter of getting the URL. This is the command that filters all GET and POST requests:
Code:
ngrep -lqi -p -W none ^get\|^post tcp dst port 80