From 3c13b64fec345a37008062ce5128228a1942503b Mon Sep 17 00:00:00 2001 From: Hadi Date: Mon, 1 Jun 2026 16:08:31 +0200 Subject: [PATCH] add bookmark Signed-off-by: Hadi --- home/programs/helium/bookmarks/infosec.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home/programs/helium/bookmarks/infosec.nix b/home/programs/helium/bookmarks/infosec.nix index df83457..1952da0 100644 --- a/home/programs/helium/bookmarks/infosec.nix +++ b/home/programs/helium/bookmarks/infosec.nix @@ -7,6 +7,10 @@ name = "Nix 4 Cyber"; url = "https://n4c.hadi.icu"; } + { + name = "Infosec Notes - Anotherhadi"; + url = "https://hadi.icu/notes"; + } { name = "Cyberchef"; url = "https://cyberchef.hadi.icu"; @@ -31,6 +35,10 @@ name = "Exploit-DB"; url = "https://exploit-db.com"; } + { + name = "Reverse Shell Generator"; + url = "https://revshells.com"; + } { name = "GTFOBins"; url = "https://gtfobins.org/";