[SLUG] wget a flash site ?

2009-06-10 Thread Voytek Eymont
is there a way to wget an entire flash site ? wget -m only gets me index and a .js -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Re: [SLUG] wget a flash site ?

2009-06-10 Thread Morgan Storey
My tip is to fire up wireshark, filter on 80 then wget the flv if it is flash video or swf... That way the obfuscated js has already run and de-obfuscated and your browser does a http-get of the raw file and you can simply wget away. On Wed, Jun 10, 2009 at 8:52 PM, Daniel Pittman

Re: [SLUG] wget a flash site ?

2009-06-10 Thread Tony Sceats
that sounds like a very useful tip, and whilst you've got wireshark open you can check if the flash file does any extra data transfers like Daniel suggested could be the case. but even more interesting is that if you have the capture running when you browse to the website and load the flash file,