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
|
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
|
||||||
|
|
|
@ -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 ];
|
||||||
};
|
#};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue