mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-14 19:55:19 +00:00
updated instaBrute run instructions
specified python version
This commit is contained in:
parent
718d811414
commit
f265eb5809
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user