Added some new hacking tools
This commit is contained in:
parent
6e78008c9a
commit
45cfe6c276
@ -10,7 +10,7 @@
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# Supported Filesystems
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
boot.supportedFilesystems = [ "ntfs" "nfs" ];
|
||||
|
||||
# Import default user config
|
||||
users.users.random = import ./user.nix;
|
||||
|
@ -20,6 +20,7 @@
|
||||
remmina
|
||||
netexec
|
||||
pwntools
|
||||
openldap
|
||||
rustscan
|
||||
inetutils
|
||||
wireshark
|
||||
@ -28,6 +29,7 @@
|
||||
responder
|
||||
burpsuite
|
||||
evil-winrm
|
||||
cifs-utils
|
||||
feroxbuster
|
||||
(wordlists.override {
|
||||
lists = with pkgs; [
|
||||
|
Loading…
x
Reference in New Issue
Block a user