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