[MalaWiki] [TitleIndex] [WordIndex]

PowerBrowsingSlides/142 FlashGrepping

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 


2014-06-11 14:17