summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools/sec.nix
blob: 3a2a8455697131b0146fd72c15b813e4cfdb6710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ pkgs, ... }:

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