From f265eb580964d85d3437b6d963d26c4d8481130d Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Tue, 29 Dec 2020 15:16:57 +0000 Subject: [PATCH] updated instaBrute run instructions specified python version --- tools/others/socialmedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/others/socialmedia.py b/tools/others/socialmedia.py index 38cbe75..27d6fce 100644 --- a/tools/others/socialmedia.py +++ b/tools/others/socialmedia.py @@ -11,7 +11,7 @@ class InstaBrute(HackingTool): DESCRIPTION = "Brute force attack against Instagram" INSTALL_COMMANDS = [ "sudo git clone https://github.com/chinoogawa/instaBrute.git", - "cd instaBrute;sudo pip install -r requirements.txt" + "cd instaBrute;sudo pip2.7 install -r requirements.txt" ] PROJECT_URL = "https://github.com/chinoogawa/instaBrute"