Waybar here i come (#58)

This commit is contained in:
Hadi
2026-08-13 13:55:30 +02:00
committed by GitHub
parent f1f22de7b7
commit 0cef4320fd
137 changed files with 3488 additions and 2941 deletions
+6 -14
View File
@@ -1,35 +1,29 @@
{
pkgs,
pkgs-stable,
pkgs-nur-hadi,
}:
(with pkgs-stable; [
{pkgs}: (with pkgs; [
# Web
dirb
ffuf
katana
whatweb
sqlmap
nosqli
# Hashes
hashcat
haiti
hydra
john
# Databases
mariadb
redis
sqlmap
nosqli
# Network
inetutils
termshark # wireshark in TUI
dnsrecon
whois
dig
nmap
samba
hydra
# Misc
metasploit
@@ -41,8 +35,6 @@
# Forensics
binwalk
])
++ (with pkgs-nur-hadi; [
spilltea
jwt-tui
pkgs.nur.repos.anotherhadi.spilltea
pkgs.nur.repos.anotherhadi.jwt-tui
])