• Stars
    star
    1,074
  • Rank 41,578 (Top 0.9 %)
  • Language
    Python
  • License
    MIT License
  • Created over 3 years ago
  • Updated about 3 years ago

Reviews

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

Repository Details

hacking-tool termux-tools termux noob-friendly instagram-bot bruteforce-password-cracker wordlist-technique

Instagram Bruter

This program will brute force any Instagram account you send it its way given a list of proxies.

NOTICE

It motivates me to keep updating this program.

PayPal: [email protected]

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

Termux-package

This repo is used to install all basic package of termux without typing a single cammand
Python
195
star
2

Tbomb

Python
163
star
3

saychesse

The tool generates a malicious HTTPS page using Ngrok Port Forwarding method, and a javascript code to perform cam requests using MediaDevices.getUserMedia. The MediaDevices.getUserMedia() method prompts the user for permission to use a media input which produces a MediaStream with tracks containing the requested types of media. That stream can include, for example, a video track (produced by either a hardware or virtual video source such as a camera, video recording device, screen sharing service, and so forth), an audio track (similarly, produced by a physical or virtual audio source like a microphone, A/D converter, or the like), and possibly other track types.
Shell
20
star
4

T-Mega

Shell
18
star
5

Nitro-allinone

Shell
13
star
6

Tool-backup

hackathon, hacking-tool, termux-hacking, termux-environment, nitro-friendly
Shell
11
star
7

IP-TRACK

Shell
8
star
8

phoneinfo

Shell
6
star
9

Termux-Lazyscript

Python
6
star
10

D-Tech

Python
5
star
11

hacklock

JavaScript
5
star
12

firecrack

5
star
13

Recon-Dog

Python
5
star
14

ngrok

ngrok is a reverse proxy that creates a secure tunnel from a public endpoint to a locally running web service. ngrok captures and analyzes all traffic over the tunnel for later inspection and replay. ngrok 2.x ngrok 2.x is the successor to 1.x and the focus of all current development effort. Its source code is not available. NOTE This repository contains the code for ngrok 1.x. Status of the ngrok 1.x project ngrok 1.x is no longer developed, supported or maintained by its author, except to ensure that the project continues to compile. The contribution policy has the following guidelines: All issues against this repository will be closed unless they demonstrate a crash or other complete failure of ngrok's functionality. All issues against this repository are for 1.x only, any issues for 2.x will be closed. No new features will be added. Any pull requests with new features will be closed. Please fork the project instead. Pull requests fixing existing bugs or improving documentation are welcomed. The ngrok 1.x hosted service ngrok.com ran a pay-what-you-want hosted service of 1.x from early 2013 until April 7, 2016. Afterwards, it only runs 2.x service. Production Use DO NOT RUN THIS VERSION OF NGROK (1.X) IN PRODUCTION. Both the client and server are known to have serious reliability issues including memory and file descriptor leaks as well as crashes. There is also no HA story as the server is a SPOF. You are advised to run 2.0 for any production quality system. What can I do with ngrok? Expose any http service behind a NAT or firewall to the internet on a subdomain of ngrok.com Expose any tcp service behind a NAT or firewall to the internet on a random port of ngrok.com Inspect all http requests/responses that are transmitted over the tunnel Replay any request that was transmitted over the tunnel What is ngrok useful for? Temporarily sharing a website that is only running on your development machine Demoing an app at a hackathon without deploying Developing any services which consume webhooks (HTTP callbacks) by allowing you to replay those requests Debugging and understanding any web service by inspecting the HTTP traffic Running networked services on machines that are firewalled off from the internet
5
star
15

sherlock

Python
4
star
16

smb-scanner

Shell
4
star
17

WiFi-bruteforce

4
star
18

Email-bomber

# Email Bomber Use this tool to spam a person's email <b> Use this tool for educational purpose only !! </b> Usage : 1)git clone https://github.com/Hackertrackersj/Email Bomber.git 2) cd Email_Bomber 3) python emailbomber.py
Python
4
star
19

ShellPhish

HTML
3
star
20

Pass-gen

Python
3
star
21

macchanger

Shell
3
star
22

Termux-fglt

Shell
3
star
23

termux-banner

Shell
3
star
24

Zphisher

Shell
2
star