-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn_6.html
More file actions
152 lines (126 loc) · 5.82 KB
/
learn_6.html
File metadata and controls
152 lines (126 loc) · 5.82 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="learn.js" async></script>
<link rel="stylesheet" href="indexStyle.css">
<link rel="Shortcut Icon" type="image/x-icon" href="img/home.ico" />
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Mr+De+Haviland&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rosario:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Alice&display=swap" rel="stylesheet">
<title>InfoSec Learning</title>
<style>
footer{
display: block;
clear:both;
bottom: 0;
padding:5px;
text-align:center;
font-family: 'Noto Serif TC', serif;
}
p{
font-family: 'Noto Serif TC', serif;
font-size: 130%;
}
body{
margin-right:2em;
margin-left:2em;
}
</style>
</head>
<body style="background-color: #BCB8B1;" >
<br><br>
<header>
<div class="navbar">
<a href="index.html"><img src="img/logo.png" class="logo"></a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="learn.html">Learning</a></li>
<li><a href="game.html">InfoSec Game</a></li>
<li><a href="html/about.html">About</a></li>
</ul>
</nav>
</div>
</header>
<h1 class="title">Information Security Knowledge</h1>
<div id="top" class="navbar">
<nav>
<ul style="text-align: right;">
<li class="title-a" style="width: 10%; text-align: center;">Navbar</li><br><br><br>
<li><a href="learn.html#P1">Plain text and Cipher text</a></li><br><br>
<li><a href="learn_2.html#P2">Cryptography</a></li><br><br>
<li><a href="learn_3.html#P3">This is password.</a></li><br><br>
<li><a href="learn_4.html#P4">Buffer Overflow</a></li><br><br>
<li><a href="learn_5.html#P5">Cross-Site Scripting</a></li><br><br>
<li><a href="learn_6.html#P6">Forensics</a></li><br><br>
</ul>
</nav>
</div>
<h1 id="P6" class="title-f">Forensics</h1>
 <a href="#top"><img src="img/caret-quare-up.png" alt=""></a>
<div class="container">
<div class="box" style="width: 55%;">
<h1 class = "title-a">Hex Encode</h1><br>
<img style="width: 29%;" src="img/mask.png" alt=""><br><br><br><br>
<img src="img/chevron-double-down.png" alt=""><br><img src="img/chevron-double-down.png" alt="">
<br><br><br><br>
<img src="img/hxd.PNG" alt="">
<p style="font-size: 150%;text-align: left;">
<br><br><br>
  在各種檔案之中,其編碼通常隱含著許多訊息,但多數是不需要被使用者知悉的資料。
此時,我們就會使用隱寫(Steganography)的方式,確保不讓除預期的接收者之外的任何人知曉資訊的傳遞事件或者資訊的內容。<br><br>
  透過鑑識工具<sub><a href="#foot">[1]</a></sub>,我們可以找出用各種不同方式隱藏在文件、圖片、文字、檔案之中隱藏的資訊。<br>
<br>
</p>
</div>
</div>
<div class="container">
<div class="box" style="width: 55%;">
<h1 class = "title-a">Packet analyzer</h1><br>
<img src="img/shark.png" style="width: 100%;" alt="">
<p style="font-size: 150%;text-align: left;">
<br><br><br>
  上開這張圖係為封包攔截及分析程式WireShark操作介面。藉此,我們可以分析由各種協定(HTTP <sub>[s]</sub>、TCP、UDP......)包裝而成的各封包(Packet)內含的各種資料。<br>
<br>
<img src="img/tcp.png" style="width: 100%;" alt="">
</p>
</div>
</div>
<p style="text-align: right">
返回top <a href="#top"><img src="img/caret-quare-up.png" alt=""></a>
</p>
<div id="foot" class="container">
<div class="box" style="width: 8%;">
<div id="foot"
style="
border:1px #FFE4CA solid;
border-radius:10px;
text-align: center;
font-size: 110;">
[1] Tools <br><br>
<a target="_blank" href="https://mh-nexus.de/en/hxd/">HxD editor</a><br>
<a target="_blank" href="https://www.wireshark.org/download.html">Wireshark</a><br>
</div>
</div>
</div>
<br><br><br>
<footer>
<p><small>
<font size="5" face="serif">
Takeda <br><a rel="license" href="http://creativecommons.org/licenses/by-nc/3.0/tw/"><img alt="創用 CC 授權條款" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/3.0/tw/88x31.png" /><a href=""></a><br>2021
</font>
</small></p>
<font size="10">
<span style="font-family: 'Mr De Haviland', cursive;">Takeda NaNa</span>
</font>
</footer>
</body>
</html>