diff options
Diffstat (limited to 'data/projects.yaml')
| -rw-r--r-- | data/projects.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/projects.yaml b/data/projects.yaml new file mode 100644 index 0000000..a88a126 --- /dev/null +++ b/data/projects.yaml @@ -0,0 +1,17 @@ +- title: "sl(HACK)ware" + subtitle_en: "Open Source pentesting · Slackware" + subtitle_it: "Pentesting open source · Slackware" + image: "/img/projects/sl-hack-ware.jpg" + desc_en: "Open Source pentesting suite of programs packaged for Slackware GNU/Linux." + desc_it: "Suite open source di programmi per pentesting pacchettizzati per Slackware GNU/Linux." + url: "https://github.com/danixland/Slackware-Pentesting-Suite" + tags: [Slackware, Pentesting, "Open Source", Linux] + +- title: "Password Generator" + subtitle_en: "Python · GNU/Linux" + subtitle_it: "Python · GNU/Linux" + image: "/img/projects/passgen_h.jpg" + desc_en: "A Python script that generates strong, easy to memorize passwords using random words from a dictionary file." + desc_it: "Uno script Python che genera password forti e facili da memorizzare usando parole casuali da un file dizionario." + url: "https://github.com/danixland/passgen" + tags: [Python, "GNU/Linux", Security] |
