Added some new hacking tools
This commit is contained in:
parent
6e78008c9a
commit
45cfe6c276
@ -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;
|
||||||
|
@ -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; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user