stockholm/makefu/2configs/tools/sec.nix
2017-03-05 16:56:11 +01:00

16 lines
191 B
Nix

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