You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.6 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. {
  2. "title": "arnaucube",
  3. "relativePath": "/blog",
  4. "absoluteUrl": "https://arnaucube.com/blog",
  5. "postsDir": "posts",
  6. "indexTemplate": "index.html",
  7. "postThumbTemplate": "postThumbTemplate.html",
  8. "metadescr": "arnaucube blog",
  9. "metaimg": "img/logoArnauCube.png",
  10. "posts": [
  11. {
  12. "thumb": "blind-signatures-ec_thumb.md",
  13. "md": "blind-signatures-ec.md",
  14. "metaimg": "img/posts/blind-signatures-ec/flow1.png",
  15. "metadescr": "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."
  16. },
  17. {
  18. "thumb": "coffeeminer_thumb.md",
  19. "md": "coffeeminer-hacking-wifi-cryptocurrency-miner.md",
  20. "metaimg": "img/posts/coffeeMiner/coffeeMiner-network-attack.png",
  21. "metadescr": "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."
  22. },
  23. {
  24. "thumb": "flock-botnet_thumb.md",
  25. "md": "flock-botnet.md",
  26. "metaimg": "img/posts/flock-botnet/markovchain.png",
  27. "metadescr": "Developing a twitter botnet with autonomous bots replying tweets with text generated based on probabilities in Markov chains"
  28. },
  29. {
  30. "thumb": "blogo_thumb.md",
  31. "md": "blogo.md",
  32. "metadescr": "How has this blog been made? In this post we will see how to develop a minimalistic static blog template engine with Go."
  33. }
  34. ],
  35. "copyRaw": [
  36. "css",
  37. "img",
  38. "vendor",
  39. "js"
  40. ]
  41. }