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 {
|
devShells.default = pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
ghidra-bin
|
ghidra-bin
|
||||||
|
hash-identifier
|
||||||
|
john
|
||||||
ltrace
|
ltrace
|
||||||
|
metasploit
|
||||||
nikto
|
nikto
|
||||||
nmap
|
nmap
|
||||||
smbclient-ng
|
smbclient-ng
|
||||||
strace
|
strace
|
||||||
|
thc-hydra
|
||||||
|
|
||||||
|
(wordlists.override { lists = with pkgs; [
|
||||||
|
rockyou
|
||||||
|
]; })
|
||||||
|
|
||||||
steam-run
|
steam-run
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue