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