From fe997928a1ee8a8e2205a26968b56e7606642512 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Fri, 25 Jun 2021 00:05:29 -0400 Subject: [PATCH] alphabetize security tools --- modules/security-tools.nix | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/modules/security-tools.nix b/modules/security-tools.nix index 8c85aea..b9a1002 100644 --- a/modules/security-tools.nix +++ b/modules/security-tools.nix @@ -7,25 +7,25 @@ in config = lib.mkIf cfg { environment.systemPackages = with pkgs; [ - exiftool - burpsuite - nmap - masscan binutils - remmina - openvpn - socat - ghidra-bin - wfuzz - gobuster - dirb - pwndbg - thc-hydra - metasploit bridge-utils - macchanger - iptables-nftables-compat + burpsuite dhcpdump + dirb + exiftool + ghidra-bin + gobuster + iptables-nftables-compat + macchanger + masscan + metasploit + nmap + openvpn + pwndbg + remmina + socat + thc-hydra + wfuzz unstable.exploitdb ];