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/";