feat(kali): Add pkgs
This commit is contained in:
parent
17514f73bc
commit
47dd1d9315
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue