feat(kali): Updates
This commit is contained in:
parent
15f618e8e9
commit
54abafd619
1 changed files with 9 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
in {
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
dig
|
||||
dirb # Web content scanner
|
||||
exploitdb # Archive of public exploits and corresponding vulnerable software
|
||||
ghidra-bin # Software Reverse Engineering
|
||||
|
|
@ -30,6 +31,7 @@
|
|||
social-engineer-toolkit
|
||||
strace # System call tracer
|
||||
thc-hydra # Logon cracker
|
||||
tshark
|
||||
|
||||
(wordlists.override { lists = with pkgs; [
|
||||
rockyou
|
||||
|
|
@ -37,6 +39,13 @@
|
|||
|
||||
steam-run
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
mkdir -p ~/Downloads/TryHackMe
|
||||
cd $_
|
||||
python -m venv .venv
|
||||
source .venv/bin/activate
|
||||
'';
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue