Added some new hacking tools

This commit is contained in:
Random936 2025-01-28 18:36:41 -08:00
parent 6e78008c9a
commit 45cfe6c276
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# Supported Filesystems # Supported Filesystems
boot.supportedFilesystems = [ "ntfs" ]; boot.supportedFilesystems = [ "ntfs" "nfs" ];
# Import default user config # Import default user config
users.users.random = import ./user.nix; users.users.random = import ./user.nix;

View File

@ -20,6 +20,7 @@
remmina remmina
netexec netexec
pwntools pwntools
openldap
rustscan rustscan
inetutils inetutils
wireshark wireshark
@ -28,6 +29,7 @@
responder responder
burpsuite burpsuite
evil-winrm evil-winrm
cifs-utils
feroxbuster feroxbuster
(wordlists.override { (wordlists.override {
lists = with pkgs; [ lists = with pkgs; [