nix-dotfiles/home_manager/modules/security.nix

21 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
];
}