From 8056d45d504a56c24abc95270a19864c3c0efbf6 Mon Sep 17 00:00:00 2001 From: Decidedly Gray Date: Sat, 24 Apr 2021 13:29:30 -0500 Subject: [PATCH] Update binwalk to point to new home --- modules/reversing/binwalk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/reversing/binwalk.py b/modules/reversing/binwalk.py index d9c17338..017de1d4 100644 --- a/modules/reversing/binwalk.py +++ b/modules/reversing/binwalk.py @@ -14,7 +14,7 @@ INSTALL_TYPE="GIT" # LOCATION OF THE FILE OR GIT/SVN REPOSITORY -REPOSITORY_LOCATION="https://github.com/devttys0/binwalk" +REPOSITORY_LOCATION="https://github.com/ReFirmLabs/binwalk" # WHERE DO YOU WANT TO INSTALL IT INSTALL_LOCATION="binwalk"