nur-anotherhadi

Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-06-08 14:47:28 +02:00
parent 148b093eb4
commit 7f54f94974
11 changed files with 167 additions and 620 deletions
+34 -23
View File
@@ -1,37 +1,48 @@
{
pkgs,
pkgs-stable,
inputs,
system,
pkgs-nur-hadi,
}:
(with pkgs-stable; [
termshark # wireshark
trufflehog
nmap
john
# Web
dirb
ffuf
katana
whatweb
# Hashes
hashcat
metasploit
haiti
hydra
john
# Databases
mariadb
redis
sqlmap
nosqli
# Network
inetutils
termshark # wireshark in TUI
dnsrecon
whois
dig
nosqli
jwt-cli
nuclei
caido
gobuster
dirb
ffuf
sqlmap
katana
inetutils
nmap
samba
# Misc
metasploit
nuclei
openvpn
mariadb
redis
# Secrets
trufflehog
# Forensics
binwalk
])
++ (with pkgs-nur-hadi; [
spilltea
jwt-tui
])
++ [
inputs.spilltea.packages.${system}.default
inputs.jwt-tui.packages.${system}.default
]