add more settings to security-tools

This commit is contained in:
Sean Buckley 2021-03-28 02:48:01 -04:00
parent 7acf85cd86
commit 29dca3ae70

View file

@ -17,6 +17,8 @@
thc-hydra thc-hydra
metasploit metasploit
(callPackage ../pkgs/binary-ninja-personal { })
(writeShellScriptBin "searchsploit" '' (writeShellScriptBin "searchsploit" ''
set -e set -e
( (
@ -36,4 +38,9 @@
wireshark.enable = true; wireshark.enable = true;
wireshark.package = pkgs.wireshark; wireshark.package = pkgs.wireshark;
}; };
users.users.sandy = {
isNormalUser = true;
isSystemUser = true;
};
} }