Flash grepping
a) lynx -source http://www.reteam.org/top.swf \ | strings | grep http b) lynx -source http://www.mypetskeleton.com/mpsmain.swf \ | strings | grep http c) lynx -source http://www.mypetskeleton.com/mpsmain.swf \ | strings | grep javascript
strings extracts strings from swf (can be refined, i.e. with -n)
grep extracts strings containing specified word
a) works fine, b) not well, c) slightly better
Slideshow ^ |< << Slide 17 of 31 >> >| |