From 3b17b01d86eddb82c4c72f230e2ab8ada87055e1 Mon Sep 17 00:00:00 2001 From: Hadi Date: Wed, 29 Apr 2026 16:33:01 +0200 Subject: [PATCH] add disclaimer Signed-off-by: Hadi --- src/pages/notes/index.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/notes/index.astro b/src/pages/notes/index.astro index 43983d7..bfc9bdd 100644 --- a/src/pages/notes/index.astro +++ b/src/pages/notes/index.astro @@ -32,6 +32,10 @@ const searchNotes = sortedNotes.map((n) => ({ Reference sheets on cybersecurity tools and techniques.

+
+ All content is intended for educational purposes, CTF challenges, and authorized penetration testing only. + Do not use any of this against systems you do not own or have explicit permission to test. +