Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

98 total results found

Home Shelf

Shared books @Home <3

Tech Shelf

My tech books

Homelab Setup

My Homelab setup guide.

tech

Recipes

My baking recipes

Red Team - Windows

A book on windows pentesting (TryHackMe course)

Red Team - Buffer Overflows

In this room, we aim to explore simple stack buffer overflows(without any mitigations) on x86-64 programs. We will use radare2 (r2) to examine the memory layout. You are expected to be familiar with x86 and r2 for this room. (TryHackMe)

Active Directory - Basics

Red Team - Windows

Active Directory - Breaching

Red Team - Windows

Active Directory - Enumeration

Red Team - Windows

Active Directory - Lateral Movement and Pivoting

Red Team - Windows

Active Directory - Exploiting

Red Team - Windows

Active Directory - Persisting

Red Team - Windows

Credentials Harvesting

Red Team - Windows

Because life Sucks

Red Team - Buffer Overflows

My BOF learning journey

Introduction

Homelab Setup

My Homelab Project Welcome to the documentation for my personal homelab project. This repository contains a collection of guides, configuration files, and schematics that detail the setup and configuration of my homelab environment. The primary goal of this pr...

Active Directory

Homelab Setup

Setting Up an Active Directory Domain Controller with Samba This guide walks you through setting up an Active Directory Domain Controller using Samba on a Debian host. [!note] At the time of writing, the latest Debian release is Debian 13 (Trixie), which can ...

AdGuard

Homelab Setup

Setting Up AdGuard Home AdGuard Home is a network-wide ad and tracker blocking DNS server. It's a useful addition to a homelab for enhancing privacy and security. 1. Creating the LXC Container Create a new Debian Bookworm LXC container on your Proxmox VE host...

Authelia

Homelab Setup

Setting Up Authelia Authelia is an open-source authentication and authorization server providing two-factor authentication and single sign-on (SSO) for your applications. 1. Prerequisites An existing Active Directory domain. A custom Certificate Authority (CA...

Bookstack

Homelab Setup

Setting Up BookStack BookStack is a simple, self-hosted, easy-to-use platform for organizing and storing information. 1. Creating the LXC Container Create a new Debian Bookworm LXC container on your Proxmox VE host. Allocate sufficient resources to the conta...

Disable IPv6

Homelab Setup

Disabling IPv6 on Proxmox VE In some homelab environments, you may want to disable IPv6 to simplify your network configuration or for compatibility reasons. This guide will show you how to disable IPv6 on your Proxmox VE host. Steps to Disable IPv6 Log in to...

Hardware

Homelab Setup

Hardware To support the desired architecture, I will rely on a Proxmox VE (PVE) Host powered by the following hardware: Component Model Price Link CPU Intel Core i5-14400 147€ Amazon Motherboard MSI PRO B760M-A WIFI DDR4 137€ Amazon RAM KINGSTON Fur...

Homepage

Homelab Setup

Setting Up Homepage Homepage is a modern, fully static, fast, secure, and highly customizable application dashboard. 1. Creating the LXC Container Create a new Debian Bookworm LXC container on your Proxmox VE host. Allocate at least 2 GB of RAM to the contai...

Immich

Homelab Setup

Setting Up Immich Immich is a self-hosted photo and video backup solution. 1. Creating the LXC Container Create a new Debian Bookworm LXC container on your Proxmox VE host with the following specifications: CPU: 4 cores RAM: 6 GB Storage: 20 GB 2. Setting...

Installing Proxmox

Homelab Setup

Installing Proxmox VE This guide will walk you through the process of installing Proxmox Virtual Environment (VE) on your host. Prerequisites A dedicated machine to act as the Proxmox host. A USB thumb drive (at least 4GB). The latest Proxmox VE ISO image. I...

Jellyfin

Homelab Setup

Setting Up Jellyfin Jellyfin is a free and open-source media server that allows you to organize, manage, and stream your media files. 1. Creating the LXC Container Create a new Debian Bookworm LXC container on your Proxmox VE host with the following specifica...

NGINX Proxy Manager

Homelab Setup

Setting Up NGINX Proxy Manager NGINX Proxy Manager is a reverse proxy management system that allows you to easily forward traffic to your backend services. It provides a simple web interface for creating and managing proxy hosts, and it can also handle SSL cer...

SSL Certificates

Homelab Setup

Managing SSL Certificates This guide will walk you through the process of creating a custom Certificate Authority (CA) and using it to sign certificates for your internal services. This is useful for securing communication between services in your homelab. 1. ...

Truenas

Homelab Setup

Setting Up TrueNAS TrueNAS will be used to handle the disk management system of the lab. This guide will walk you through setting up a TrueNAS VM on Proxmox VE, configuring disk passthrough, creating a storage pool, and integrating with an Active Directory dom...

Proxmox Backup Server

Homelab Setup

Proxmox Backup Server (PBS) Proxmox Backup Server is an enterprise backup solution, for backing up and restoring VMs, containers, and physical hosts. This guide will walk you through installing PBS in a debian LXC on your Proxmox VE host and configuring it to ...

Postfix (SMTP Relay)

Homelab Setup

Setting up Postfix as a SMTP relay [!NOTE] This setup is based on tranquil IT's tutorial. Install and enable postfix and it's dependancies : apt install postfix mailutils libsasl2-2 ca-certificates libsasl2-modules systemctl enable postfix Edit the nano...

Enable Docker API (port 2375)

Homelab Setup

Enable TCP port 2375 for external connection to Docker See this issue. Docker best practise to Control and configure Docker with systemd. Create daemon.json file in /etc/docker: {"hosts": ["tcp://0.0.0.0:2375", "unix:///var/run/docker.sock"]} Add /etc/sy...

Burger Buns

Recipes

[!info] La recette permets de faire 4 gros burgers, 5 burgers moyens, ou 27 mini burgers. Prévoir environ 6 heures dans une pièce tempérée +25°C (ou en utilisant une chambre de pousse / un four) Ingrédients : 350g de farine de blé T65 175g de lait 25g d'eau...

Windows Domains

Red Team - Windows Active Directory - Basics

Picture yourself administering a small business network with only five computers and five employees. In such a tiny network, you will probably be able to configure each computer separately without a problem. You will manually log into each computer, create use...

Active Directory

Red Team - Windows Active Directory - Basics

The core of any Windows Domain is the Active Directory Domain Service (AD DS). This service acts as a catalogue that holds the information of all of the "objects" that exist on your network. Amongst the many objects supported by AD, we have users, groups, mach...