HTML - Source code
Statement
Solution
View source code by browser, we will get nothing.
But by terminal, it is a bit different now:
1
curl http://challenge01.root-me.org/web-serveur/ch1/
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html><body><link rel='stylesheet' property='stylesheet' id='s' type='text/css' href='/template/s.css' media='all' /><iframe id='iframe' src='https://www.root-me.org/?page=externe_header'></iframe>
<!--
Bienvenue sur ce portail,
Welcome on this portal,
J'espère que vous passerez un agréable moment parmi nous, mais surtout que vous repartirez plein de choses dans la tête...
I hope that you will enjoy your time among us, and above that all you will leave with lots of things in the head ...
@ très bientôt
See ya
-->
<h1>Login v0.00001</h1>
<form>
Password <input type="password" value="" name="password"/><br/>
<input type="submit" value="login" />
</form>
<!--
Je crois que c'est vraiment trop simple là !
It's really too easy !
password : nZ^&@q5&sjJHev0
-->
</body></html>
The flag is the password above:
1
nZ^&@q5&sjJHev0
This post is licensed under CC BY 4.0 by the author.