javascriptpythoncdataphishing

Sketchy CDATA code written in Python's byte format


People of StackOverflow, what do these things do? Excuse me for having such little knowledge of Python.

source (please use line wrap): view-source:clipfull.github.io (phishing site's source code)


Solution

  • It is actually minified Javascript.
    The Javascript string escaping just work the same as in Python (cf question about it in JS).

    I wrote a script to deminify it, and it is a login page.