mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-07-06 16:12:33 +02:00
dd3ad203fa
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
38 lines
410 B
Nix
38 lines
410 B
Nix
{
|
|
pkgs,
|
|
pkgs-stable,
|
|
inputs,
|
|
system,
|
|
}:
|
|
(with pkgs-stable; [
|
|
termshark # wireshark
|
|
trufflehog
|
|
nmap
|
|
john
|
|
hashcat
|
|
metasploit
|
|
haiti
|
|
hydra
|
|
dnsrecon
|
|
whois
|
|
dig
|
|
nosqli
|
|
jwt-cli
|
|
nuclei
|
|
caido
|
|
gobuster
|
|
dirb
|
|
ffuf
|
|
sqlmap
|
|
katana
|
|
inetutils
|
|
samba
|
|
openvpn
|
|
mariadb
|
|
redis
|
|
])
|
|
++ [
|
|
inputs.spilltea.packages.${system}.default
|
|
inputs.jwt-tui.packages.${system}.default
|
|
]
|