ettercap: Switch to OpenSSL 1.1.1
I noticed that Ettercap was listed in #80746.
This commit is contained in:
@@ -35,7 +35,14 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Comprehensive suite for man in the middle attacks";
|
||||
homepage = http://ettercap.github.io/ettercap/;
|
||||
longDescription = ''
|
||||
Ettercap is a comprehensive suite for man in the middle attacks. It
|
||||
features sniffing of live connections, content filtering on the fly and
|
||||
many other interesting tricks. It supports active and passive dissection
|
||||
of many protocols and includes many features for network and host
|
||||
analysis.
|
||||
'';
|
||||
homepage = https://www.ettercap-project.org/;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
|
||||
Reference in New Issue
Block a user