# All configuration.nix { config, lib, pkgs, inputs, user, ... }: { programs.wireshark = { enable = true; }; users.users.${user.name}.packages = with pkgs; [ burpsuite metasploit nikto sherlock snort snscrape social-engineer-toolkit sqlmap termshark thc-hydra tshark wpscan yersinia ]; }