Give this beer to your browser. Wait. Enjoy(sokolmichael.com)
sokolmichael.com
Give this beer to your browser. Wait. Enjoy
http://sokolmichael.com/posts/2014-03-02-a-picture-is-worth-a-thousand-lines-of-code
12 comments
This is the code base64 decoded - https://gist.github.com/digia/9328272
Decoded and formatted: https://gist.github.com/rmasters/9328216
I'm sure I missed something.
InvalidCharacterError: 'atob' failed: The string to be decoded is not correctly encoded.
InvalidCharacterError: 'atob' failed: The string to be decoded is not correctly encoded.
only tested on chrome...
Doesn't work for me on Chrome 32.0.1700.107 on Ubuntu either.
Chrome 31.0.1650.63 m here (Windows 7)
eval() an obfuscated piece of code from the web, what could possibly go wrong?
Evaluating javascript from the web is what your browser does when loading a page.
To nitpick, no it doesn't: there's some difference between "evaluation" and "interpretation;" not to mention JS scopes and such :)
However, "load, parse and execute this resource, statically referenced in a SCRIPT tag" doesn't raise quite as many red flags as "execute this _obfuscated_ code".
Sure, you could de-obfuscate it (as someone already did in the discussion) and check that it doesn't do anything nasty (e.g. "like" a few dozen pages for you); but the decision is heavily weighted towards "eh, don't bother."
However, "load, parse and execute this resource, statically referenced in a SCRIPT tag" doesn't raise quite as many red flags as "execute this _obfuscated_ code".
Sure, you could de-obfuscate it (as someone already did in the discussion) and check that it doesn't do anything nasty (e.g. "like" a few dozen pages for you); but the decision is heavily weighted towards "eh, don't bother."
You can decode the base64. :-) I had a look inside and I don't see anything suspicious, just some css manipulation.
Doesn't work on Version 30.0.1599.66 in gnome
Confirmed working on Firefox 27.