EVOLUTION-NINJA
Edit File: iframe.xss.response-5.0.5.js
(function() { "use strict"; var match = /(\{.*\})/.exec(document.body.innerHTML); if (match) { parent.postMessage(match[1], "*"); } }());