-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.HTML
More file actions
52 lines (51 loc) · 1.87 KB
/
index.HTML
File metadata and controls
52 lines (51 loc) · 1.87 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<!--Remember that this site is ment to be vulnerable as in simplicity for developer to read-->
<html>
<style>
Home {
text-align: left;
font-family: cursive;
font-size: 15;
}
key {
color: red;
}
CODE {
color: chartreuse;
font-size: 40;
}
</style>
<head>
<meta name="author" value="Zulfaqar">
<meta name="description" value="This is a webpage where Zul will o a Hack The Box chellange write-up even for the HTB competition!">
<title>Home</title>
</head>
<body>
<div class="menu">
<list>
<ul>
<div class="home">
<home>
<tr class="HMenu">Home</tr>
<td class="AMenu">About me</td>
<td class="BMenu">Blog</td>
</home>
</ul>
</list>
</div>
<br>
<h1 class="tit1e"> Welcome to my ctf write-up for Hack The Box!</h1>
<video autoplay="autoplay">https://youtu.be/QzZ8_xxUlOI</video>
<p>
So, I was at this chellage where it asked about source.
So, I know they meant by inspect element.
This chellange is pretty easy for those who aren't familiar with coding. Website are made out of <b class="key">HTML</b> for <key>structuring.</key>
So, I went to the source for a better view on the code.
But, I didn't expect it's alrady showing me the <key>vulnerbility.</key>
<b class="CODE">8291</b>!
From there I immediately key in the code since it's straigh forward with the word 'correctpin' as in the key to autenthical access!
Bad code! Very bad code!
That how we found the f1ag is <b>HTB{V13w_50urc3_c4n_b3_u53ful!!!}</b>
</p>
</body>
</html>