Monks,

I recently stumbled across the concept of flash cookies, or Local Shared Objects used by Adobe Flash Player. From what I have read, this concept seems to be poorly known and understood by the majority of intarweb citizens (which, until recently, included myself). These flash cookies have some rather concerning properties with regards to privacy. Using the .sol Editor (Win32 only, but worked nicely on Linux using Wine, I found that I had literally hundreds of flash cookies, some of which contained personal information, including username and passwords in clear text.

Now as a concient web surfer I use a browser with a number of extensions, namely NoScript and more recently Objection. NoScript will block flash altogether, but will happily allow flash cookies for whitelisted web sites. Objection allows deletion the flash cookies, without the possibility for inspecting the actual flash cookie content.

Now this is Perlmonks, not JavaScript-Monks, and I want to be able to inspect (e.g. parse) those flash cookies so generously donated by advertisers and publishers, using Perl. There are some open-source tools which offers this, although none in Perl.

Do the honorable Monks have any knowledge of a Flash cookie (SOL file) parser efforts in Perl?

--
Andreas

In reply to Perl flash cookie (.sol file) parser by andreas1234567

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.