--wip-- [skip ci]
This commit is contained in:
parent
eea02abfcb
commit
762085707c
136 changed files with 261 additions and 261 deletions
21
hm/modules/security.nix
Normal file
21
hm/modules/security.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
nmap# RECOGNITION
|
||||
|
||||
# WEB
|
||||
xh
|
||||
# altair
|
||||
# burpsuite
|
||||
|
||||
bintools
|
||||
ghidra-bin
|
||||
radare2# REVERSING
|
||||
# cutter
|
||||
|
||||
# INFRASTRUCTURE
|
||||
# cocktail-bar-cli
|
||||
;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue