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
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

View File

@ -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 ];
#};
}