From 99b8613d4097acbf437a4663c68d6d12b2245666 Mon Sep 17 00:00:00 2001 From: xfnw Date: Thu, 21 Apr 2022 15:34:19 -0400 Subject: [PATCH] fix building --- blix.nix | 4 ++-- pkgs/beef/default.nix | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/blix.nix b/blix.nix index 9fe16d2..3de6d34 100644 --- a/blix.nix +++ b/blix.nix @@ -66,8 +66,8 @@ with lib; nmap masscan wireshark wireshark-qt termshark netsniff-ng argus bettercap stress-ng multimon-ng aircrack-ng mfcuk pixiewps nuclei hcxtools dirb sslsplit whsniff sniffglue pwnat cutecom minicom - subfinder zap hping proxychains minimodem cadaver macchanger testssl - gnirehtet whatweb + subfinder zap hping proxychains minimodem macchanger testssl + gnirehtet whatweb # cadaver # research theharvester tor diff --git a/pkgs/beef/default.nix b/pkgs/beef/default.nix index af46a83..2e6883f 100644 --- a/pkgs/beef/default.nix +++ b/pkgs/beef/default.nix @@ -35,11 +35,11 @@ EOF chmod +x $bin ''; - meta = with stdenv.lib; { - homepage = https://beefproject.com/; - description = "The Browser Exploitation Framework"; - platforms = platforms.linux; - maintainers = with maintainers; [ makefu ]; - }; + #meta = with stdenv.lib; { + # homepage = https://beefproject.com/; + # description = "The Browser Exploitation Framework"; + # platforms = platforms.linux; + # maintainers = with maintainers; [ makefu ]; + #}; }