diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1041b3e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "nur-packages"] + path = nur-packages + url = https://github.com/makefu/nur-packages diff --git a/blix.nix b/blix.nix index 83b3006..f773b06 100644 --- a/blix.nix +++ b/blix.nix @@ -82,7 +82,7 @@ with lib; # exploit doona metasploit twa wifite2 burpsuite wpscan wfuzz sqlmap thc-hydra (callPackage ./pkgs/routersploit.nix { }) - dsniff beef dnschef + dsniff (callPackage ./nur-packages/beef { }) dnschef # crack hashcat mfoc john crunch diceware crowbar # pyrit diff --git a/nur-packages b/nur-packages new file mode 160000 index 0000000..272cf1a --- /dev/null +++ b/nur-packages @@ -0,0 +1 @@ +Subproject commit 272cf1ad3b3da0e30b5435f2425f39bed616b080