PDA

View Full Version : Stream URL Sniffer / URL Finder for Linux


cooldude2564
01-19-2010, 08:53 AM
I am using fedora 10. Is there any url sniffer available for Linux?

Stream Recorder
01-19-2010, 11:17 AM
Many URL Finders (http://all-streaming-media.com/find-stream-URL/) for Windows use WinPCap. It seems that libpcap is used in Linux instead. libpcap is a system-independent interface for user-level packet capture. libpcap provides a portable framework for low-level network monitoring. There should be at least applications using libpcap that can find stream URLs.

Haven't tried any URL Sniffers / URL Finder for Linux yet, so I don't really know whether there is something as handy as URL Snooper (http://all-streaming-media.com/find-stream-URL/Project-URL-Snooper-Find-the-actual-stream-URL-Free-download.htm) for Windows. Please let us know if you find anything.

p.s.
I'm still using streaming media recorders (http://all-streaming-media.com/record-video-stream/all-streaming-video-recording-software.htm) for Windows. I run them either with Wine emulator or on a virtual machine with Windows XP.

elch
04-15-2010, 11:37 AM
What software do you use to Find stream URLs in Linux?

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 (http://all-streaming-media.com/find-stream-URL/Wireshark-free-network-protocol-analyzer.htm). 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:

ngrep -lqi -p -W none ^get\|^post tcp dst port 80

any ANONYMOUS forum user
12-13-2010, 03:47 AM
There's a new url sniffer tool hosted on sourceforge called MediaSniffer (http://sourceforge.net/projects/mediasniffer/) can be used on Linux.
It looks like it can only find HTTP url,not sure about it.