thc-hydra: add samba to enable smb2 support
This allows using hydra with smb2. For example, to list all available smb2 module options in hydra, run: hydra -U smb2
This commit is contained in:
parent
beebab82c7
commit
37586a7482
@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchFromGitHub, zlib, openssl, ncurses, libidn, pcre, libssh, libmysqlclient, postgresql
|
||||
{ stdenv, lib, fetchFromGitHub, zlib, openssl, ncurses, libidn, pcre, libssh, libmysqlclient, postgresql, samba
|
||||
, withGUI ? false, makeWrapper, pkg-config, gtk2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
zlib openssl ncurses libidn pcre libssh libmysqlclient postgresql
|
||||
samba
|
||||
] ++ lib.optional withGUI gtk2;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user