stockholm/makefu/2configs/tools/sec.nix

19 lines
228 B
Nix
Raw Normal View History

2017-03-01 14:45:50 +00:00
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
2017-03-01 14:45:50 +00:00
aria2
# mitmproxy
2017-03-01 14:45:50 +00:00
pythonPackages.binwalk-full
dnsmasq
iodine
mtr
nmap
msf
thc-hydra
2017-05-02 12:04:01 +00:00
borgbackup
ledger
2017-11-08 09:49:33 +00:00
u3-tool
2017-03-01 14:45:50 +00:00
];
}