stockholm/makefu/2configs/tools/sec.nix
2017-05-02 14:04:01 +02:00

18 lines
219 B
Nix

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