Monday, November 19, 2012

How to find flash files in Firefox cache ?


The following command lists all the flash files in your Firefox cache.
 
find .mozilla/firefox/*.default/Cache -type f -exec file {} \;  | grep Flash

No comments:

Post a Comment