- Joined
- April 6, 2025
- Messages
- 118
- Reaction score
- 25
- Points
- 18
- Thread Author
- #1
Installation of Toutatis Tool on Kali Linux OS
Step 1: Use the following command to install the tool in your Kali Linux operating system.git clone GitHub - megadose/toutatis: Toutatis is a tool that allows you to extract information from instagrams accounts such as e-mails, phone numbers and more

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool.
cd toutatis

Step 3: Run the setup.py file to complete the installation of the tool.
sudo python3 setup.py install

Step 4: All the dependencies have been installed in your Kali Linux operating system. Now use the following command to run the tool and check the help section.
toutatis -h

Working with Toutatis Tool on Kali Linux OS
Example 1: Searching data for Username 1toutatis -u geeksforgeeks -s <InsertYourInstagramSessionId>

We have got the details of geeksforgeeks username. This information can be used in Social Engineering attacks.

Example 2: Searching data for Username 2
toutatis -u thisisbillgates -s <InsertYourInstagramSessionId>
We have got the information for username 2.
