mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +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 {
|
config = lib.mkIf cfg {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
exiftool
|
|
||||||
burpsuite
|
|
||||||
nmap
|
|
||||||
masscan
|
|
||||||
binutils
|
binutils
|
||||||
remmina
|
|
||||||
openvpn
|
|
||||||
socat
|
|
||||||
ghidra-bin
|
|
||||||
wfuzz
|
|
||||||
gobuster
|
|
||||||
dirb
|
|
||||||
pwndbg
|
|
||||||
thc-hydra
|
|
||||||
metasploit
|
|
||||||
bridge-utils
|
bridge-utils
|
||||||
macchanger
|
burpsuite
|
||||||
iptables-nftables-compat
|
|
||||||
dhcpdump
|
dhcpdump
|
||||||
|
dirb
|
||||||
|
exiftool
|
||||||
|
ghidra-bin
|
||||||
|
gobuster
|
||||||
|
iptables-nftables-compat
|
||||||
|
macchanger
|
||||||
|
masscan
|
||||||
|
metasploit
|
||||||
|
nmap
|
||||||
|
openvpn
|
||||||
|
pwndbg
|
||||||
|
remmina
|
||||||
|
socat
|
||||||
|
thc-hydra
|
||||||
|
wfuzz
|
||||||
|
|
||||||
unstable.exploitdb
|
unstable.exploitdb
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue