2017-03-01 14:45:50 +00:00
|
|
|
{ pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
krebs.per-user.makefu.packages = with pkgs; [
|
|
|
|
aria2
|
2017-03-01 14:47:27 +00:00
|
|
|
# mitmproxy
|
2017-03-01 14:45:50 +00:00
|
|
|
pythonPackages.binwalk-full
|
|
|
|
dnsmasq
|
|
|
|
iodine
|
|
|
|
mtr
|
|
|
|
nmap
|
|
|
|
msf
|
|
|
|
thc-hydra
|
2017-04-17 11:13:07 +00:00
|
|
|
wireshark
|
2017-03-01 14:45:50 +00:00
|
|
|
];
|
|
|
|
}
|