nix-dotfiles/hm_modules/security.nix

20 lines
246 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
# RECOGNITION
nmap
# WEB
# altair
# burpsuite
httpie
# REVERSING
bintools
ghidra-bin
radare2
# cutter
# INFRASTRUCTURE
cocktail-bar-cli
];
}