-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
182 lines (160 loc) · 8.22 KB
/
index.html
File metadata and controls
182 lines (160 loc) · 8.22 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<title>Marstech Buzz</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Marstech Buzz is a technology blog with a focus on the latest technology updates and how it can be used to make the world a better place." />
<meta name="keywords" content="Marstech, HTML, CSS, JavaScript, PHP,Blog, eco-friendly, Blockchain, Technology, Coding, web-development, website, app, android, ios" />
<meta name="author" content="Marstech" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="images/favicon.svg" />
<link href='https://fonts.googleapis.com/css2?family=Nunito&display=swap' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href='css/clear.css' />
<link rel="stylesheet" type="text/css" href='css/common.css' />
<link rel="stylesheet" type="text/css" href='css/font-awesome.min.css' />
<link rel="stylesheet" type="text/css" href='css/carouFredSel.css' />
<link rel="stylesheet" type="text/css" href='css/sm-clean.css' />
<link rel="stylesheet" type="text/css" href='style.css' />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G5EGZ5ZJM0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-G5EGZ5ZJM0');
</script>
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<![endif]-->
</head>
<body class="home blog">
<!-- Preloader Gif -->
<table class="doc-loader">
<tbody>
<tr>
<td>
<img src="images/logo.gif" alt="Loading...">
</td>
</tr>
</tbody>
</table>
<!-- Left Sidebar -->
<div id="sidebar" class="sidebar">
<div class="menu-left-part">
<div class="search-holder">
<label>
<input type="search" id ="myInput" onkeyup="return searchFunction(this);" class="search-field" placeholder="Type here to search..." value="" name="s"
title="Search for:">
</label>
</div>
<div class="site-info-holder">
<h1 class="site-title">Marstech Buzz</h1>
<p class="site-description">
Marstech Buzz is a technology blog with a focus on the latest technology updates and how it can be
used to make the world a better place.
</p>
</div>
<nav id="header-main-menu">
<ul class="main-menu sm sm-clean">
<li><a href="index.html" class="current">Home</a></li>
<li><a href="innovationhub.html">Innovation Hub</a></li>
<li><a href="about.html">About</a></li>
<li><a href="allcategories.html">All Categories</a></li>
<li><a href="allposts.html">All Posts</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<footer>
<div class="footer-info">
More information about Marstech click <a href="http://www.marstech.org.in/">here</a>.
</div>
</footer>
</div>
<div class="menu-right-part">
<div class="logo-holder">
<a href="index.html">
<img src="images/logo.svg" alt="Marstech Buzz">
</a>
</div>
<div class="toggle-holder">
<div id="toggle">
<div class="menu-line"></div>
</div>
</div>
<div class="social-holder">
<div class="social-list">
<a href="https://instagram.com/_marstech_?igshid=17j16ujd711ki"><i class="fa fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/marstech-3-8936b6188"><i class="fa fa-linkedin"></i></a>
<a href="https://www.facebook.com/marstech.co.in"><i class="fa fa-facebook"></i></a>
<a href="error404.html"><i class="fa fa-twitter"></i></a>
<a href="error404.html"><i class="fa fa-youtube-play"></i></a>
</div>
</div>
<div class="fixed scroll-top"><i class="fa fa-caret-square-o-up" aria-hidden="true"></i></div>
</div>
<div class="clear"></div>
</div>
<!-- Home Content -->
<div id="content" class="site-content">
<div id="blog-wrapper">
<div class="blog-holder center-relative">
<article id="post-1" class="blog-item-holder featured-post">
<div class="entry-content relative">
<div class="content-1170 center-relative">
<div class="cat-links">
<ul>
<li>
<a href="security.html">Security</a>
</li>
</ul>
</div>
<div class="entry-date published">Dec 26, 2024</div>
<h2 class="entry-title">
<a href="security.html" id="search-id">Fuzzing with AFL++</a>
</h2>
<div class="excerpt">
Fuzzing is an essential technique in software security that involves feeding unexpected or random inputs to a program to uncover hidden bugs, vulnerabilities, and crashes. I got interested in fuzzing while working on a project to develop an Agent Computer Interface (ACI) for penetration testing. One of the toolsets I want the agent to have is fuzzing tools. So I started learning more about fuzzing and if we can leverage LLM’s to do it for us.<a class="read-more" href="security.html"></a>
</div>
<div class="clear"></div>
</div>
</div>
</article>
<article id="post-2" class="blog-item-holder">
<div class="entry-content relative">
<div class="content-1170 center-relative">
<h2 class="entry-title">
<a href="security.html" id="search-id">Can AI Compete in CTF?</a>
</h2>
<div class="cat-links">
<ul>
<li>
<a href="techblog.html">Technology</a>
</li>
</ul>
</div>
<div class="entry-date published"> Sep 27, 2024</div>
<div class="clear"></div>
</div>
</div>
</article>
</div>
<div class="clear"></div>
<div class="block load-more-holder"><a href="security.html">LOAD MORE ENTRIES</a></div>
</div>
<div class="featured-image-holder">
<div class="featured-post-image" style="background-image: url(images/matrix.jpg)"></div>
</div>
<div class="clear"></div>
</div>
<!--Load JavaScript-->
<script type="text/javascript" src="js/jquery.js"></script>
<script type='text/javascript' src='js/imagesloaded.pkgd.js'></script>
<script type='text/javascript' src='js/jquery.nicescroll.min.js'></script>
<script type='text/javascript' src='js/jquery.smartmenus.min.js'></script>
<script type='text/javascript' src='js/jquery.carouFredSel-6.0.0-packed.js'></script>
<script type='text/javascript' src='js/jquery.mousewheel.min.js'></script>
<script type='text/javascript' src='js/jquery.touchSwipe.min.js'></script>
<script type='text/javascript' src='js/jquery.easing.1.3.js'></script>
<script type='text/javascript' src='js/main.js'></script>
</body>
</html>