added a bunch of cyber tools
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user