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

{
  users.users.makefu.packages = with pkgs; [
    aria2
    # mitmproxy
    # pythonPackages.binwalk-full
    dnsmasq
    iodine
    mtr
    nmap
    msf
    thc-hydra
    borgbackup
    ledger
    u3-tool
  ];
}