bettercap: specify license
This commit is contained in:
parent
6d918cad39
commit
c3a8a76c9b
@ -30,10 +30,12 @@ buildGoModule rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A man in the middle tool";
|
description = "A man in the middle tool";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
BetterCAP is a powerful, flexible and portable tool created to perform various types of MITM attacks against a network, manipulate HTTP, HTTPS and TCP traffic in realtime, sniff for credentials and much more.
|
BetterCAP is a powerful, flexible and portable tool created to perform various
|
||||||
|
types of MITM attacks against a network, manipulate HTTP, HTTPS and TCP traffic
|
||||||
|
in realtime, sniff for credentials and much more.
|
||||||
'';
|
'';
|
||||||
homepage = "https://www.bettercap.org/";
|
homepage = "https://www.bettercap.org/";
|
||||||
license = with licenses; gpl3;
|
license = with licenses; [ gpl3Only ];
|
||||||
maintainers = with maintainers; [ y0no ];
|
maintainers = with maintainers; [ y0no ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user