fix building
This commit is contained in:
parent
9d1ded2579
commit
99b8613d40
2 changed files with 8 additions and 8 deletions
4
blix.nix
4
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
|
||||
|
|
|
@ -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 ];
|
||||
#};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue