From 286b1f69183d1c500abb776d8dd4c69bec30099e Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:47:38 +0200 Subject: [PATCH] add cracking tools --- modules/collections/desktop.nix | 1 + modules/fh/scanning.nix | 3 +++ 2 files changed, 4 insertions(+) diff --git a/modules/collections/desktop.nix b/modules/collections/desktop.nix index c25ec7e..0d61c30 100644 --- a/modules/collections/desktop.nix +++ b/modules/collections/desktop.nix @@ -18,6 +18,7 @@ #../graphical/lxqt.nix ../graphical/plasma.nix ../graphical/shared.nix + ../fh/scanning.nix ../hardware/firmware.nix ../hardware/nvidia.nix ../hardware/ssd.nix diff --git a/modules/fh/scanning.nix b/modules/fh/scanning.nix index 66849d9..242e099 100644 --- a/modules/fh/scanning.nix +++ b/modules/fh/scanning.nix @@ -6,5 +6,8 @@ thc-hydra seclists aircrack-ng + hashcat + hashcat-utils + john ]; }