nixos-config/2configs/tools/sec.nix

19 lines
231 B
Nix
Raw Normal View History

2017-03-01 15:45:50 +01:00
{ pkgs, ... }:
{
krebs.per-user.makefu.packages = with pkgs; [
aria2
# mitmproxy
2017-03-01 15:45:50 +01:00
pythonPackages.binwalk-full
dnsmasq
iodine
mtr
nmap
msf
thc-hydra
2017-05-02 14:04:01 +02:00
borgbackup
ledger
2017-09-04 14:37:00 +02:00
u3_tool
2017-03-01 15:45:50 +01:00
];
}