devos/profiles/pwn/default.nix

9 lines
164 B
Nix
Raw Normal View History

2021-04-15 19:27:15 +02:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
rizin
2021-05-03 16:14:40 +02:00
ghidra-bin
2021-10-07 19:43:43 +02:00
(security-wordlists.withLists(ps: with ps; [ dirbuster rockyou ]))
2021-04-15 19:27:15 +02:00
];
}