mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #120150 from r-ryantm/auto-update/bettercap
bettercap: 2.30.2 -> 2.31.0
This commit is contained in:
commit
c312d8b98c
@ -10,16 +10,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "bettercap";
|
||||
version = "2.30.2";
|
||||
version = "2.31.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-5CAWMW0u/8BUn/8JJBApyHGH+/Tz8hzAmSChoT2gFr8=";
|
||||
sha256 = "sha256-PmS4ox1ZaHrBGJAdNByott61rEvfmR1ZJ12ut0MGtrc=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-fApxHxdzEEc+M+U5f0271VgrkXTGkUD75BpDXpVYd5k=";
|
||||
vendorSha256 = "sha256-3j64Z4BQhAbUtoHJ6IT1SCsKxSeYZRxSO3K2Nx9Vv4w=";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
@ -30,10 +30,12 @@ buildGoModule rec {
|
||||
meta = with lib; {
|
||||
description = "A man in the middle tool";
|
||||
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/";
|
||||
license = with licenses; gpl3;
|
||||
license = with licenses; [ gpl3Only ];
|
||||
maintainers = with maintainers; [ y0no ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user