summaryrefslogtreecommitdiff
path: root/page.html
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2023-12-18 00:11:31 +0100
committerjerome <jerome@xlinfo.fr>2023-12-18 00:11:31 +0100
commit6492116f7fbb3989d7b1db7b0e16d6f9705b7831 (patch)
treeb045eb4a2c8a8c654d05a83258a6b5c1483f090e /page.html
parente0f9ee2ee08306f8297f9014d38aad7b06374405 (diff)
downloadhttp-6492116f7fbb3989d7b1db7b0e16d6f9705b7831.tar.gz
http-6492116f7fbb3989d7b1db7b0e16d6f9705b7831.zip
ajout d'un mot de passe pour le brute-force
Diffstat (limited to 'page.html')
-rw-r--r--page.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/page.html b/page.html
index 0107626..a147dc8 100644
--- a/page.html
+++ b/page.html
@@ -21,10 +21,12 @@
<h1 id="titre">Système d'exploitation</h1>
<div>
<strong>Questionnaire</strong>
- <form action="page.php">
+ <form action="page.php" method="post">
<p class="formulaire">
- Votre nom :<input type="text" name="nom">
+ Votre nom :<input type="text" name="username">
</p>
+ Mot de passe :<input type="password" name="password">
+
<p class="formulaire">
Votre OS : <select name="os" maxlength=7>
<option label="------"></option>