-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
62 lines (52 loc) · 2.38 KB
/
blog.html
File metadata and controls
62 lines (52 loc) · 2.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="apple-touch-icon" sizes="180x180" href="favicon_package/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_package/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_package/favicon-16x16.png">
<link rel="manifest" href="favicon_package/site.webmanifest">
<link rel="mask-icon" href="favicon_package/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700' rel='stylesheet'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>filip's website</title>
<link rel="stylesheet" type="text/css" href="/css/styles.css" />
</head>
<body>
<header>
<h1>Filip Herle</h1>
<p><small>cybersecurity enthusiast, tech-savvy hobbyist, avid buffer overflower</small></p>
<nav><small>
<a href="/index.html">home</a>|
<a href="https://github.com/filipherle" target="_blank">github</a>|
<a href="https://www.linkedin.com/in/filipherle" target="_blank">linkedin</a>|
<a href="mailto:%66%69%6c%69%70%2e%68%65%72%6c%65%40%67%6d%61%69%6c%2e%63%6f%6d" target="_blank">email</a>|
<a href="/blog.html" >blog</a></small>
</nav>
</header>
<!-- New section for blog content -->
<section>
<article>
<h2><a href="/blog-posts/cybench_ai_cybersecurity_benchmark.html">Cybench: Cybersecurity Benchmark for AI</a></h2>
<p>September 23rd, 2024</p>
<p>See how Stanford determines the cybersecurity capabilities of different LLM's.</p>
</article>
</section>
<section>
<article>
<h2><a href="/blog-posts/url-obfuscation-and-how-to-protect-yourself.html">URL Obfuscation</a></h2>
<p>February 16th, 2024</p>
<p>Learn the tricks hackers use to obfuscate URL's and how to protect yourself.</p>
</article>
</section>
<section>
<article>
<h2><a href="/blog-posts/hello-world.html">Hello World</a></h2>
<p>February 12th, 2024</p>
<p>Hello friend.</p>
</article>
</section>
</body>
</html>