s41r4j / igbf

[ igbf ]: Instagram Brute Forcer --easy-to-use --cross-platform --open-source --no-extl-lib-req
27 stars 6 forks source link
brute-force bruteforce bruteforce-password-cracker cross-platform cyber-security educational-purposes hacking instagram instagram-bruteforce instagram-login kali-linux penetration-testing proof-of-concept python python3

[ igbf ]: Instagram Brute Forcer

Brute Force Instargam account logins w/ dictionary attack!

igbf demo



Disclaimer :warning:


Usage :placard:

git clone https://github.com/s41r4j/igbf
cd igbf



python3 igbf.py
usage: igbf.py [-h] [-u USERNAME] [-w WORDLIST PATH] [-t TIMEOUT] [-v] [-p] [-l PROXY_LIMIT] [-f PROXY FILE PATH]

(s41r4j:igbf)> Instagram Brute Forcer

optional arguments:
  -h, --help            show this help message and exit
  -u USERNAME, --username USERNAME
                        instagram username (*required)
  -w WORDLIST PATH, --wordlist WORDLIST PATH
                        password wordlist (*required)
  -t TIMEOUT, --timeout TIMEOUT
                        timeout between each request in secs (default: 2)
  -v, --verbose         verbose mode (displays failed logins and more)
  -p, --proxy           built-in ip rotating proxy (additinal library required)
  -l PROXY_LIMIT, --proxy-limit PROXY_LIMIT
                        limit the number of proxies to use (default: 300; max: 300; min: 1)
  -f PROXY FILE PATH, --proxy-file PROXY FILE PATH
                        use custom proxy file (`-p` & `-l` disabled)


python3 igbf.py -u USERNAME -w /PATH/TO/PASSWORD/WORDLIST -v


Wordlists :page_with_curl:

Those who are using linux/hacking machines (like kali/parrot os, which has pre-installed stuff), can find password wordlist at /usr/share/wordlists/ (mostly rockyou.txt, if it is rockyou.txt.gz - unzip with tar -xvzf rockyou.txt.gz)


Note :bookmark_tabs:

- It only supports single username (currently
- If you're not using proxy, instagram blocks/bans your ip (temporarily, dw) after 7-8 attempts
- Now proxies work fine, but the only problem it is time consuming and slow
- Supports: Windows, Mac, Unix/Linux (Termux)