Compare commits

..

3 commits

Author SHA1 Message Date
e4a2952911
chore(c): Add MPI 2025-12-02 15:17:45 +01:00
b66877aac5
chore: Add .envrc 2025-12-02 15:17:26 +01:00
47dd1d9315
feat(kali): Add pkgs 2025-12-02 15:17:07 +01:00
4 changed files with 9 additions and 0 deletions

View file

@ -20,6 +20,7 @@
gcc gcc
#gccStdenv #gccStdenv
gnumake gnumake
mpi
# valgrind # valgrind

0
kali/.envrc Normal file
View file

View file

@ -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
]; ];

0
webdev/.envrc Normal file
View file