Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nair0lf32/zer0ne-blog
Another cybersecurity blog
https://github.com/nair0lf32/zer0ne-blog
blog ctf ctf-writeups cyberseclabs cybersecurity edemessi florian hacking hackthebox hello-friend-ng hugo nairolf32 one pentesting tryhackme writeups zero zerone
Last synced: 21 days ago
JSON representation
Another cybersecurity blog
- Host: GitHub
- URL: https://github.com/nair0lf32/zer0ne-blog
- Owner: nair0lf32
- License: cc-by-4.0
- Created: 2021-11-17T17:05:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T20:03:01.000Z (about 1 month ago)
- Last Synced: 2024-10-11T13:15:33.821Z (about 1 month ago)
- Topics: blog, ctf, ctf-writeups, cyberseclabs, cybersecurity, edemessi, florian, hacking, hackthebox, hello-friend-ng, hugo, nairolf32, one, pentesting, tryhackme, writeups, zero, zerone
- Language: Python
- Homepage: http://dev.nairolf32.com/zer0ne-blog/
- Size: 61.9 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zer0ne Blog
![logo](static/pictures/dark_logo.png "credits: this logo is inspired from Genegoldstein's work for izzy deluxe in the living tombstone's hunter song")
Hello friend 🤖,
I am *nairolf32*, A cybersecurity enthusiast slowly getting stronger. I Play CTFs and challenges on various websites and decided to keep a track of what I already know/did/learnt by writing it down. Here is a good place for that. This repository used to simply host my ctf writeups but I turnt it into my cybersec blog and here I share the best things I learnt throughout my learning journey. The writeups are from many platforms. My favorites ones are Tryhackme and Hackthebox. The writeups are mostly from those platforms.
You can click [here](https://nair0lf32.github.io/zer0ne/about/) to learn more about this blog!
## Usage
This repository is not really open for external contributions but feel free to open an issue for anything you want to share. For further usage simply clone the repo with `git clone` and run `hugo` (it manages everything for you)
Most importantly, as I use a submodule theme you need to get it locally too using `git submodule init`then `git submodule update`. This is deployed with `github pages + actions`. To test it run below commands:
- `hugo server` for local development (you might need to override the baseURL in the config file
using the `--baseURL=http://localhost:1313` flag)
- `hugo -D` for building the websiteCheck [hugo website](https://gohugo.io/) for more information about this great static site generator