From ee5f457c2fe8f698bbe69ec685c3e7863bad5a3c Mon Sep 17 00:00:00 2001 From: xfnw Date: Sat, 26 Feb 2022 20:39:12 -0500 Subject: [PATCH] add beef via nur this commit adds the nur as a git submodule --- .gitmodules | 3 +++ blix.nix | 2 +- nur-packages | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 nur-packages 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