add beef via nur
this commit adds the nur as a git submodule
This commit is contained in:
parent
b1f3cb0754
commit
ee5f457c2f
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "nur-packages"]
|
||||||
|
path = nur-packages
|
||||||
|
url = https://github.com/makefu/nur-packages
|
2
blix.nix
2
blix.nix
|
@ -82,7 +82,7 @@ with lib;
|
||||||
# exploit
|
# exploit
|
||||||
doona metasploit twa wifite2 burpsuite wpscan wfuzz
|
doona metasploit twa wifite2 burpsuite wpscan wfuzz
|
||||||
sqlmap thc-hydra (callPackage ./pkgs/routersploit.nix { })
|
sqlmap thc-hydra (callPackage ./pkgs/routersploit.nix { })
|
||||||
dsniff beef dnschef
|
dsniff (callPackage ./nur-packages/beef { }) dnschef
|
||||||
|
|
||||||
# crack
|
# crack
|
||||||
hashcat mfoc john crunch diceware crowbar # pyrit
|
hashcat mfoc john crunch diceware crowbar # pyrit
|
||||||
|
|
1
nur-packages
Submodule
1
nur-packages
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 272cf1ad3b3da0e30b5435f2425f39bed616b080
|
Loading…
Reference in a new issue