/Instagram-BruteForce

WORKING

Primary LanguagePythonApache License 2.0Apache-2.0

Instagram BruteForce

Instagram BruteForce is for password cracker bruteforce, you can use proxy but is optional


Installation

$ git clone https://github.com/kayke981/Instagram-BruteForce brute-insta
$ cd brute-insta
$ pip install -r requirements.txt

Usage:

$ python3 instagram.py --wordlist path/to/wordlist.txt -username Username_Of_Target

Help:

usage: instagram.py [-h] [-w WORDLIST] [-u USERNAME] [-p] [-pf PROXY_FILE] [-d DELAY]
                    [-v] [--update] [--version]

Brute force instagram for hacking

optional arguments:
  -h, --help            show this help message and exit
  -w WORDLIST, --wordlist WORDLIST
                        List of passwords (ins't optional)
  -u USERNAME, --username USERNAME
                        Username of target (ins't optional)
  -p, --proxy           Enable proxy (is optional)
  -pf PROXY_FILE, --proxy-file PROXY_FILE
                        List of proxy file (is optional)
  -d DELAY, --delay DELAY
                        Delay between requests (default is 5)
  -v, --verbose         Debug log
  --update              Update repositore
  --version             Version

LICENSE

Refer to LICENSE file. [MIT]