mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
updated instaBrute run instructions
specified python version
This commit is contained in:
parent
718d811414
commit
f265eb5809
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue