bunkerweb/antibot/captcha.data
2021-05-19 16:37:28 +02:00

6 lines
178 B
Plaintext

<form method="POST" action="%s">
<img src="data:image/jpeg;base64,%s" /><br>
Captcha : <input type="text" name="captcha" /><br />
<input type="submit" value="send" />
</form>