added a bunch of cyber tools

This commit is contained in:
2025-06-30 12:17:56 -07:00
parent 5cca008a30
commit 7b36212651

View File

@@ -43,7 +43,6 @@
ripgrep
tailscale
termusic
thc-hydra
timg
tldr
traceroute
@@ -52,23 +51,42 @@
yazi
yazi
yt-dlp
];
# cyber
amass
bully
burpsuite
crunch
dirbuster
dnschef
ffuf
hash-identifier
hashcat
hashcat-utils
hping
macchanger
netdiscover
netexec
reaverwps-t6x
recon-ng
steghide
thc-hydra
];
programs = {
ssh = {
enable = true;
matchBlocks = {
global = {
host = "*";
setEnv = {
TERM = "xterm-256color";
};
enable = true;
matchBlocks = {
global = {
host = "*";
setEnv = {
TERM = "xterm-256color";
};
};
};
extraConfig = ''
extraConfig = ''
IdentityAgent ~/.1password/agent.sock
'';
'';
};
zoxide = {