stockholm/makefu/2configs/tools/sec.nix
2017-04-17 13:13:07 +02:00

17 lines
207 B
Nix

{ pkgs, ... }:
{
krebs.per-user.makefu.packages = with pkgs; [
aria2
# mitmproxy
pythonPackages.binwalk-full
dnsmasq
iodine
mtr
nmap
msf
thc-hydra
wireshark
];
}