Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
d656b5a352
1 changed files with 9 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
burpsuite
|
||||
dig
|
||||
dirb # Web content scanner
|
||||
enum4linux-ng # Windows/Samba enumeration tool
|
||||
exiftool
|
||||
|
|
@ -39,6 +40,7 @@
|
|||
steghide
|
||||
strace # System call tracer
|
||||
thc-hydra # Logon cracker
|
||||
tshark
|
||||
|
||||
(wordlists.override { lists = with pkgs; [
|
||||
nmap
|
||||
|
|
@ -50,6 +52,13 @@
|
|||
tmux
|
||||
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