template small update

This commit is contained in:
arnaucube
2021-08-07 00:54:48 +02:00
parent 278728c0e6
commit 34d13caa19
10 changed files with 30 additions and 30 deletions

View File

@@ -4,16 +4,16 @@
<head>
<meta name="description" content="arnaucube blog" />
<meta charset="utf-8">
<title>ArnauCube - Blog</title>
<meta name="title" content="ArnauCube - Blog">
<title>arnaucube</title>
<meta name="title" content="arnaucube">
<meta name="description" content="arnaucube blog">
<meta property="og:title" content="ArnauCube - Blog" />
<meta property="og:title" content="arnaucube" />
<meta property="og:description" content="arnaucube blog" />
<meta property="og:url" content="https://arnaucube.com/blog" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://arnaucube.com/blog/img/logoArnauCube.png" />
<meta name="twitter:title" content="ArnauCube - Blog">
<meta name="twitter:title" content="arnaucube">
<meta name="twitter:description" content="arnaucube blog">
<meta name="twitter:image" content="https://arnaucube.com/blog/img/logoArnauCube.png">
<meta name="twitter:card" content="summary_large_image">
@@ -48,8 +48,8 @@
<div class="container" style="margin-top:40px;max-width:800px;">
<a href='/blog/blind-signatures-ec.html'><div class="row" style="color:#000000;text-decoration:none;">
<h2>Notes on blind signatures over elliptic curves</h2>
<a href='/blog/blind-signatures-ec.html'><div class="row" style="color:#000000;text-decoration:none;">
<h3>Notes on blind signatures over elliptic curves</h3>
<p>In this notes, we will cover the scheme proposed at <em>&ldquo;New Blind Signature Schemes Based on the (Elliptic Curve) Discrete Logarithm Problem&rdquo;</em> paper by Hamid Mala &amp; Nafiseh Nezhadansari.</p>
@@ -59,7 +59,7 @@
</div>
</a><a href='/blog/coffeeminer-hacking-wifi-cryptocurrency-miner.html'><div class="row" style="color:#000000;text-decoration:none;">
<h2>CoffeeMiner: Hacking WiFi to inject cryptocurrency miner to HTML requests</h2>
<h3>CoffeeMiner: Hacking WiFi to inject cryptocurrency miner to HTML requests</h3>
<p>The goal of this post, is to explain how can be done the attack of MITM (Machine-In-The-Middle) to inject some javascript in the html pages, to force all the machines connected to a WiFi network to be mining a cryptocurrency for the attacker.</p>
@@ -69,7 +69,7 @@
</div>
</a><a href='/blog/flock-botnet.html'><div class="row" style="color:#000000;text-decoration:none;">
<h2>Auto generated tweets from Markov chains</h2>
<h3>Auto generated tweets from Markov chains</h3>
<p>Developing a twitter botnet with autonomous bots replying tweets with text generated based on probabilities in Markov chains</p>
@@ -79,7 +79,7 @@
</div>
</a><a href='/blog/blogo.html'><div class="row" style="color:#000000;text-decoration:none;">
<h2>Static blog template engine implementation in Go</h2>
<h3>Static blog template engine implementation in Go</h3>
<p>How has this blog been made? In this post we will see how to develop a minimalistic static blog template engine with Go.</p>