{pkgs, ...}: { programs = { wireshark = { enable = true; usbmon.enable = true; dumpcap.enable = true; }; }; environment.systemPackages = with pkgs; [ metasploit exploitdb termshark nmap dirstalk hashcat ]; }