bettercap: build on darwin
This commit is contained in:
parent
5c27f0dd65
commit
2e30e228b7
@ -1,4 +1,4 @@
|
|||||||
{ lib
|
{ stdenv
|
||||||
, buildGoModule
|
, buildGoModule
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pkg-config
|
, pkg-config
|
||||||
@ -24,9 +24,10 @@ buildGoModule rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs = [ libpcap libnfnetlink libnetfilter_queue libusb1 ];
|
buildInputs = [ libpcap libusb1 ]
|
||||||
|
++ stdenv.lib.optionals stdenv.isLinux [ libnfnetlink libnetfilter_queue ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with stdenv.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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user