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

19 lines
231 B
Nix
Raw Normal View History

2017-03-01 14:45:50 +00:00
{ pkgs, ... }:
{
krebs.per-user.makefu.packages = with pkgs; [
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-09-04 12:37:00 +00:00
u3_tool
2017-03-01 14:45:50 +00:00
];
}