From 0e842d497829d94e630c34477f900d2cff9fdf80 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Wed, 18 Jan 2023 21:01:47 -0500 Subject: [PATCH] edit some security tools --- modules/security-tools.nix | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/modules/security-tools.nix b/modules/security-tools.nix index 01959ac..1453b70 100644 --- a/modules/security-tools.nix +++ b/modules/security-tools.nix @@ -10,26 +10,15 @@ in config = lib.mkIf cfg { environment.systemPackages = with pkgs; [ binutils - bridge-utils burpsuite - dhcpdump - dirb exiftool feroxbuster - ffuf - gef ghidra-bin - gobuster - iptables-nftables-compat - macchanger masscan metasploit msfpc - net-snmp nmap openvpn - postman - pwndbg remmina seclists socat @@ -37,8 +26,14 @@ in webshells weevely wfuzz + + (runCommand "gdb" { } "install -D ${gef}/bin/gef $out/bin/gdb") ]; + programs.bash.interactiveShellInit = '' + alias feroxbuster="feroxbuster --no-state" + ''; + system.activationScripts.seclists = '' mkdir -m 0755 -p /usr/share ln -sf /run/current-system/sw/share/seclists /usr/share/