mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
alphabetize security tools
This commit is contained in:
parent
a4b90b39a3
commit
fe997928a1
1 changed files with 16 additions and 16 deletions
|
@ -7,25 +7,25 @@ in
|
|||
|
||||
config = lib.mkIf cfg {
|
||||
environment.systemPackages = with pkgs; [
|
||||
exiftool
|
||||
burpsuite
|
||||
nmap
|
||||
masscan
|
||||
binutils
|
||||
remmina
|
||||
openvpn
|
||||
socat
|
||||
ghidra-bin
|
||||
wfuzz
|
||||
gobuster
|
||||
dirb
|
||||
pwndbg
|
||||
thc-hydra
|
||||
metasploit
|
||||
bridge-utils
|
||||
macchanger
|
||||
iptables-nftables-compat
|
||||
burpsuite
|
||||
dhcpdump
|
||||
dirb
|
||||
exiftool
|
||||
ghidra-bin
|
||||
gobuster
|
||||
iptables-nftables-compat
|
||||
macchanger
|
||||
masscan
|
||||
metasploit
|
||||
nmap
|
||||
openvpn
|
||||
pwndbg
|
||||
remmina
|
||||
socat
|
||||
thc-hydra
|
||||
wfuzz
|
||||
|
||||
unstable.exploitdb
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue