devos/profiles/pwn/default.nix
2021-10-07 19:43:43 +02:00

8 lines
164 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
rizin
ghidra-bin
(security-wordlists.withLists(ps: with ps; [ dirbuster rockyou ]))
];
}