fix building

This commit is contained in:
xfnw 2022-04-21 15:34:19 -04:00
parent 9d1ded2579
commit 99b8613d40
2 changed files with 8 additions and 8 deletions

View file

@ -66,8 +66,8 @@ with lib;
nmap masscan wireshark wireshark-qt termshark netsniff-ng argus nmap masscan wireshark wireshark-qt termshark netsniff-ng argus
bettercap stress-ng multimon-ng aircrack-ng mfcuk pixiewps nuclei bettercap stress-ng multimon-ng aircrack-ng mfcuk pixiewps nuclei
hcxtools dirb sslsplit whsniff sniffglue pwnat cutecom minicom hcxtools dirb sslsplit whsniff sniffglue pwnat cutecom minicom
subfinder zap hping proxychains minimodem cadaver macchanger testssl subfinder zap hping proxychains minimodem macchanger testssl
gnirehtet whatweb gnirehtet whatweb # cadaver
# research # research
theharvester tor theharvester tor

View file

@ -35,11 +35,11 @@ EOF
chmod +x $bin chmod +x $bin
''; '';
meta = with stdenv.lib; { #meta = with stdenv.lib; {
homepage = https://beefproject.com/; # homepage = https://beefproject.com/;
description = "The Browser Exploitation Framework"; # description = "The Browser Exploitation Framework";
platforms = platforms.linux; # platforms = platforms.linux;
maintainers = with maintainers; [ makefu ]; # maintainers = with maintainers; [ makefu ];
}; #};
} }