OP 18 October, 2020 - 01:57 PM
Hi, we will be using a technique called brute-force attack to generate a large number of consecutive guesses until the password is found. An attack of this nature can be time- and resource-consuming. Hence the name "brute force attack;" success is usually based on computing power and the number of combinations tried rather than an ingenious algorithm, I want to mention that do it for educational purposes only.
Requirements:
- Highly recommend ParrotOS or Kali Linux)
- Python v3
Now let's get started with the guide.
1. Open terminal
Now you should find yourself at the programs help menu.
2. Simply enter the following command by replacing USERNAME OF VICTIM with your target.
:pepegun:
ParrotOS comes with its own default wordlist file. Just extract rockyou in /usr/share/wordlists and replace the path.
The program only runs when your identity is hidden.
Requirements:
- Highly recommend ParrotOS or Kali Linux)
- Python v3
Now let's get started with the guide.
1. Open terminal
Code:
apt update && apt upgrade -y
apt-get install git
apt-get install python
apt-get install python3
cd Desktop
git clone https://github.com/Pure-L0G1C/Instagram
chmod +x Instagram
cd Instagram
python instagram.py -h.
Now you should find yourself at the programs help menu.
2. Simply enter the following command by replacing USERNAME OF VICTIM with your target.
:pepegun:
Code:
python/2/3 instagram.py USERNAME OF VICTIM /Path_of_wordlist_file
ParrotOS comes with its own default wordlist file. Just extract rockyou in /usr/share/wordlists and replace the path.
The program only runs when your identity is hidden.
