cscg24-lolpython

CSCG 2024 Challenge 'Can I Haz Lolpython?'
git clone https://git.sinitax.com/sinitax/cscg24-lolpython
Log | Files | Refs | sfeed.txt

form.php (1121B)


      1<div class="jumbotron">
      2  <div class="container custom-container">
      3    <h1>LOLPython</h1>
      4    <p>You finally landed on the mainframe and are soooo close to hack the world! But what is this? A <a href="http://www.dalkescientific.com/writings/diary/archive/2007/06/01/lolpython.html">LOLPython</a> interpreter in production?
      5     Googling quickly reveals: Thats <a href="https://esolangs.org/wiki/Language_list">one of many esolangs</a> with hacker and l33t speak. Sounds cool, right?</p>
      6    <p>Though, to solve this challenge, you have to take it to the next level: Not only code a program in this weird language, but escape the interpreter and execute the final payload. Go exploit it!</p>
      7  </div>
      8</div>
      9<div class="container">
     10  <main role="main">
     11  <form>
     12    <p>Type your LOLPython code here. We'll execute your file and you'll get the result</p>
     13    <textarea placeholder="VISIBLE 'HAI WORLD!'" id="in">
     14</textarea>
     15    <input type="button" value="Transpile and Run!" id="rock-button" onclick="transpile();">
     16
     17    <br>
     18    <p>Output:</p>
     19    <textarea id="output"></textarea>
     20    </form>
     21  </main>
     22
     23</div>
     24<br><br>