diff --git a/blogo-input/blogo.json b/blogo-input/blogo.json index 8df3e50..cb1beff 100755 --- a/blogo-input/blogo.json +++ b/blogo-input/blogo.json @@ -1,5 +1,5 @@ { - "title": "ArnauCube - Blog", + "title": "arnaucube", "relativePath": "/blog", "absoluteUrl": "https://arnaucube.com/blog", "postsDir": "posts", diff --git a/blogo-input/posts/blind-signatures-ec_thumb.md b/blogo-input/posts/blind-signatures-ec_thumb.md index bd50f9a..8cf498b 100644 --- a/blogo-input/posts/blind-signatures-ec_thumb.md +++ b/blogo-input/posts/blind-signatures-ec_thumb.md @@ -1,4 +1,4 @@ -## Notes on blind signatures over elliptic curves +### Notes on blind signatures over elliptic curves In this notes, we will cover the scheme proposed at *"New Blind Signature Schemes Based on the (Elliptic Curve) Discrete Logarithm Problem"* paper by Hamid Mala & Nafiseh Nezhadansari. *2021-07-30* diff --git a/blogo-input/posts/blogo_thumb.md b/blogo-input/posts/blogo_thumb.md index 9fd5940..babf73a 100644 --- a/blogo-input/posts/blogo_thumb.md +++ b/blogo-input/posts/blogo_thumb.md @@ -1,4 +1,4 @@ -## Static blog template engine implementation in Go +### Static blog template engine implementation in Go How has this blog been made? In this post we will see how to develop a minimalistic static blog template engine with Go. *2017-12-26* diff --git a/blogo-input/posts/coffeeminer_thumb.md b/blogo-input/posts/coffeeminer_thumb.md index f17c58e..68eb58a 100644 --- a/blogo-input/posts/coffeeminer_thumb.md +++ b/blogo-input/posts/coffeeminer_thumb.md @@ -1,4 +1,4 @@ -## CoffeeMiner: Hacking WiFi to inject cryptocurrency miner to HTML requests +### CoffeeMiner: Hacking WiFi to inject cryptocurrency miner to HTML requests 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. *2018-01-04* diff --git a/blogo-input/posts/flock-botnet_thumb.md b/blogo-input/posts/flock-botnet_thumb.md index 67c32f9..66a6527 100644 --- a/blogo-input/posts/flock-botnet_thumb.md +++ b/blogo-input/posts/flock-botnet_thumb.md @@ -1,4 +1,4 @@ -## Auto generated tweets from Markov chains +### Auto generated tweets from Markov chains Developing a twitter botnet with autonomous bots replying tweets with text generated based on probabilities in Markov chains *2017-12-29* diff --git a/public/blind-signatures-ec.html b/public/blind-signatures-ec.html index 9c8c935..fc7c7cb 100644 --- a/public/blind-signatures-ec.html +++ b/public/blind-signatures-ec.html @@ -4,16 +4,16 @@ - Notes on blind signatures over elliptic curves - ArnauCube - Blog - + Notes on blind signatures over elliptic curves - arnaucube + - + - + diff --git a/public/blogo.html b/public/blogo.html index 4cd7c9c..e637820 100644 --- a/public/blogo.html +++ b/public/blogo.html @@ -4,16 +4,16 @@ - Static blog template engine implementation in Go - ArnauCube - Blog - + Static blog template engine implementation in Go - arnaucube + - + - + diff --git a/public/coffeeminer-hacking-wifi-cryptocurrency-miner.html b/public/coffeeminer-hacking-wifi-cryptocurrency-miner.html index b73b167..493dcd3 100644 --- a/public/coffeeminer-hacking-wifi-cryptocurrency-miner.html +++ b/public/coffeeminer-hacking-wifi-cryptocurrency-miner.html @@ -4,16 +4,16 @@ - CoffeeMiner: Hacking WiFi to inject cryptocurrency miner to HTML requests - ArnauCube - Blog - + CoffeeMiner: Hacking WiFi to inject cryptocurrency miner to HTML requests - arnaucube + - + - + diff --git a/public/flock-botnet.html b/public/flock-botnet.html index aceecb2..470192c 100644 --- a/public/flock-botnet.html +++ b/public/flock-botnet.html @@ -4,16 +4,16 @@ - Auto generated tweets from Markov chains - ArnauCube - Blog - + Auto generated tweets from Markov chains - arnaucube + - + - + diff --git a/public/index.html b/public/index.html index 7687935..f14e8e1 100644 --- a/public/index.html +++ b/public/index.html @@ -4,16 +4,16 @@ - ArnauCube - Blog - + arnaucube + - + - + @@ -48,8 +48,8 @@
-
-

Notes on blind signatures over elliptic curves

+
+

Notes on blind signatures over elliptic curves

In this notes, we will cover the scheme proposed at “New Blind Signature Schemes Based on the (Elliptic Curve) Discrete Logarithm Problem” paper by Hamid Mala & Nafiseh Nezhadansari.

@@ -59,7 +59,7 @@
-

CoffeeMiner: Hacking WiFi to inject cryptocurrency miner to HTML requests

+

CoffeeMiner: Hacking WiFi to inject cryptocurrency miner to HTML requests

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.

@@ -69,7 +69,7 @@
-

Auto generated tweets from Markov chains

+

Auto generated tweets from Markov chains

Developing a twitter botnet with autonomous bots replying tweets with text generated based on probabilities in Markov chains

@@ -79,7 +79,7 @@
-

Static blog template engine implementation in Go

+

Static blog template engine implementation in Go

How has this blog been made? In this post we will see how to develop a minimalistic static blog template engine with Go.