[Writeup] Split second

description : Split this shit http://web2.ctf.nullcon.net:8081/ Initial steps When we first opened the website, we were presented with a static page that shows a GIF but on viewing the source code there was an ajax request being sent var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == Read more…