mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-07-06 16:12:33 +02:00
48 lines
451 B
Nix
48 lines
451 B
Nix
{
|
|
pkgs,
|
|
pkgs-stable,
|
|
}:
|
|
(with pkgs-stable; [
|
|
# Web
|
|
dirb
|
|
ffuf
|
|
katana
|
|
whatweb
|
|
|
|
# Hashes
|
|
hashcat
|
|
haiti
|
|
hydra
|
|
john
|
|
|
|
# Databases
|
|
mariadb
|
|
redis
|
|
sqlmap
|
|
nosqli
|
|
|
|
# Network
|
|
inetutils
|
|
termshark # wireshark in TUI
|
|
whois
|
|
dig
|
|
nmap
|
|
samba
|
|
|
|
# Misc
|
|
metasploit
|
|
nuclei
|
|
openvpn
|
|
|
|
# Secrets
|
|
trufflehog
|
|
|
|
# Forensics
|
|
binwalk
|
|
])
|
|
++ [ pkgs.dnsrecon ]
|
|
++ (with pkgs.nur.repos.anotherhadi; [
|
|
spilltea
|
|
jwt-tui
|
|
])
|