Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

The Instagram Password Cracker is a Bash script designed to perform brute-force attacks on Instagram accounts to recover forgotten or lost passwords. It utilizes a list of possible passwords and various techniques to attempt to gain access to an Instagram account.

License

Notifications You must be signed in to change notification settings

pralinkhaira/Insta-Cypher

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

Insta-Cypher: Instagram Password Cracker

Developed And Designed By Pralin Khaira

Description

Insta-Cypher is a Bash script designed for ethical purposes to perform brute-force attacks on Instagram accounts, allowing users to recover forgotten or lost passwords. This script utilizes a list of possible passwords and various techniques to attempt to gain access to an Instagram account. Please ensure you have explicit permission to use this tool on any account.

Disclaimer

This script is provided for educational and ethical purposes only. Misuse of this script for unauthorized access to Instagram accounts is illegal and unethical. By using this script, you agree that, I (Pralin Khaira) am not responsible for any illegal or unauthorized use. Use this tool responsibly and only on accounts for which you have explicit permission.

Features

Note:

Prerequisites

Before you begin, make sure you have the following prerequisites:

    Tor: Install Tor for anonymous web browsing and secure connections.

sudo apt-get install tor 

Installation

Follow these steps to install and use Insta-Cypher:

    Clone the Repository: Clone the Insta-Cypher repository from GitHub to your local machine.

git clone https://github.com/pralinkhaira/Insta-Cypher 
cd Insta-Cypher 
chmod +x insta.sh 

Password Lists

Usage

After installation, you can run Insta-Cypher using the following command:

./insta.sh 

This command will start the script, allowing you to perform brute-force attacks on Instagram accounts.

Video Demo

Watch the video

Update

Thank you to user RedDragon-MuKeYu for identifying an issue with the password list file name. When using the default password list, ensure it is named "default-passwords.lst" instead of "passwords.lst." This correction ensures that the script can read the password list correctly. If you encounter any further issues, please feel free to reach out for assistance. Your feedback is valuable in improving the script for all users.

Error

License