Skip to content

Commit

Permalink
Upload version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitwise-01 committed Mar 28, 2021
1 parent 288a5e6 commit b47cade
Show file tree
Hide file tree
Showing 19 changed files with 1,324 additions and 796 deletions.
3 changes: 1 addition & 2 deletions .gitignore
@@ -1,4 +1,3 @@
database
__pycache__
.vscode
env_insta
.vscode
14 changes: 14 additions & 0 deletions Pipfile
@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
bs4 = "*"
requests = "*"
colorama = "*"

[dev-packages]

[requires]
python_version = "3.9"
98 changes: 98 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

120 changes: 70 additions & 50 deletions README.md
@@ -1,105 +1,125 @@
# Instagram Bruter

[![Version](https://img.shields.io/badge/Version-v2.1.1-blue)]()
[![Python](https://img.shields.io/badge/Python-v3.6%2B-blue)]()
[![Discord](https://img.shields.io/badge/Discord-server-blue)](https://discord.gg/C6AFrWQ)
[![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. Just give it a target, a password list and a mode then press enter and forget about it. No need to worry about anonymity when using this program, its highest priority is your anonymity, it only attacks when your identity is hidden.
This program will brute force any Instagram account you send it its way given a list of proxies.

This comment has been minimized.

Copy link
@stewy1991

stewy1991 Nov 7, 2023

python3 instagram.py

### NOTICE

I'm no longer maintaining this project.
~~I'm no longer maintaining this project.~~

### Support me
### Support

> **Bitcoin wallet:** 3Kr5C9t9HWwPfqzSNXeBNyRvJWw9sSLeKy<br> >**PayPal:** https://www.paypal.me/Msheikh03
It motivates me to keep updating this program.

### Requirements
> **Bitcoin Wallet:** 3Kr5C9t9HWwPfqzSNXeBNyRvJWw9sSLeKy<br/>
> **PayPal:** https://www.paypal.me/Msheikh03
- Python _v3.x.x_
- ~~Kali Linux 2.0~~
- ~~TOR~~
## Requirements

### Install Dependencies
- Python _v3.9_
- proxy list

## Install Dependencies

This comment has been minimized.

Copy link
@Cerealecu

Cerealecu Aug 5, 2021

chmod -R 755 Instagram && cd Instagram


### Install Pipenv

```pip install pipenv
```
pip3 install -r requirements.txt

### Create environment

Make sure you have Python 3.9 installed

```pipenv --python 3.9
```

### Help
### Install Requirements

```
C:\Users\Mohamed\Desktop\Instagram>python3 instagram.py -h
usage: instagram.py [-h] [-m MODE] username wordlist

This comment has been minimized.

Copy link
@stewy1991

stewy1991 Nov 7, 2023

python3 instagram.py

pipenv install
```

## Help

This comment has been minimized.

Copy link
@kosmyplace

kosmyplace Nov 21, 2023

Чому непрацює?


positional arguments:
username email or username
wordlist password list
```
usage: instagram.py [-h] [-u USERNAME] [-p PASSLIST] [-px PROXYLIST] [--prune PRUNE] [--stats] [-nc] [-m MODE]

This comment has been minimized.

Copy link
@guzhack
optional arguments:
-h, --help show this help message and exit
-u USERNAME, --username USERNAME
email or username

This comment has been minimized.

Copy link
@guzhack
-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
```

### Usage

```
python3 instagram.py <username> <wordlist> -m <mode>
```
## Proxies

### Bots(Threads)
The system needs a list of proxies to work. Once uploaded, proxies are saved into a database.<br/>

- 4 bots: 64 passwords at a time
- 8 bots: 128 passwords at a time
- 16 bots: 256 passwords at a time
- 32 bots: 512 passwords at a time
### Upload

### Modes
Upload a list of proxies into the program. The proxy file must have a format of `ip:port`<br/>

- 0: 32 bots
- 1: 16 bots
- 2: 8 bots
- 3: 4 bots
`proxies_list.txt`

### Chill mode
```
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
```

This mode uses only 4 bots, or 64 passwords at a time.
To upload a list of proxies a similar syntax must be followed.

```
C:\Users\Mohamed\Desktop\Instagram>python3 instagram.py Sami09.1 pass.lst -m 3
python instagram.py -px <path to proxy list>
```

### Moderate mode 1
### Stats

This mode uses 8 bots, or 128 passwords at a time.
This gives an insight into the health of the proxies in the database.

```
C:\Users\Mohamed\Desktop\Instagram>python3 instagram.py Sami09.1 pass.lst -m 2
python instagram.py --stats
```

### Moderate mode 2
### Prune

This mode uses 16 bots, or 256 passwords at a time.
This allows the able to get rid of proxies with a score below a given score.<br/>
It is recommended that you run the `--stats` and prune the database of proxies<br/>
who have a proxy score below `Q1`.

```
C:\Users\Mohamed\Desktop\Instagram>python3 instagram.py Sami09.1 pass.lst -m 1
python instagram.py --prune 0.05
```

### Savage mode
Pruning is not a requirement because the <br/>
the system will automatically learn which proxies perform poorly and stop using them.

This mode uses 32 bots, or 512 passwords at a time.
### Usage

```
C:\Users\Mohamed\Desktop\Instagram>python3 instagram.py Sami09.1 pass.lst -m 0
python instagram.py -u <username> -p <passlist>
```

### If you don't specify a mode, then mode is set to 2

### Run

```
[-] Wordlist: pass.lst
[-] Wordlist: passlist.txt
[-] Username: Sami09.1
[-] Password: 272
[-] Complete: 45.51%
Expand All @@ -111,7 +131,7 @@ C:\Users\Mohamed\Desktop\Instagram>python3 instagram.py Sami09.1 pass.lst -m 0
### Stop

```
[-] Wordlist: pass.lst
[-] Wordlist: passlist.txt
[-] Username: Sami09.1
[-] Password: Sami123
[-] Complete: 62.67%
Expand Down

1 comment on commit b47cade

@OneWingedAngelSephiroth

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’m having issues with your Instagram.py. It says there’s a Syntax error at 176. I think I may have fixed it but not really. Once I thought I cleared it, then it said 187 had an error. I’m not really a Python genius by no means - would you be able to help?

Please sign in to comment.