feat(kali): Add pkgs

This commit is contained in:
Tibo De Peuter 2025-12-02 15:17:07 +01:00
parent 17514f73bc
commit 47dd1d9315
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -18,11 +18,19 @@
devShells.default = pkgs.mkShell {
packages = with pkgs; [
ghidra-bin
hash-identifier
john
ltrace
metasploit
nikto
nmap
smbclient-ng
strace
thc-hydra
(wordlists.override { lists = with pkgs; [
rockyou
]; })
steam-run
];