Open In App

Scylla – Phone Number & User Information Gathering Tool in Kali Linux

Scylla is a free and open-source tool available on Github. Scylla is based upon the concept of Open Source Intelligence (OSINT). This tool is used for information gathering. Scylla is written in python language. You must have python language installed in your Kali Linux in order to use the Scylla tool. Scylla is an advanced tool that allows it’s used to perform advanced information gathering. Scylla is also called The Information Gathering Engine. Scylla is used to find all social media accounts of a person who is assigned to a particular username. Scylla is used to find account information of the account of Instagram. Twitter accounts, websites/web servers, phone numbers, and names.

Scylla has a drastic support IoT search engine Shodan. This search engine lets you know about devices all over the internet. Scylla also has in-depth geolocation capabilities which makes it more powerful. Scylla has financial modules which allow the user to check whether their credit/debit card details have been leaked or not in a pasted data breach of companies. This tool makes it easy to search for a person on social media platform by just knowing his/her number or username. You have to give your username to Scylla and this tool will give you all the social media accounts information of the target.



Features of Scylla:



Uses of Scylla:

Step-By-Step Installation of Scylla Tool

Step 1: Open your Kali Linux operating system. Move to desktop. Here you have to create a directory called Scylla. To move to desktop use the following command.

cd Desktop

Step 2: Now you are on the desktop. Here you have to create a directory Scylla. To create the Scylla directory using the following command.

mkdir Scylla

Step 3: You have created a directory. Now use the following command to move into that directory.

cd Scylla

Step 4: Now you are in Scylla directory. Now you have to install the tool using the following command.

git clone https://www.github.com/DoubleThreatSecurity/Scylla

Step 5: You have downloaded the tool use the following command to list out the contents of the tool.

ls

Step 6: In order to use scylla we will have to move to the scylla directory. Use the following command to move in this directory.

cd scylla

Step 7: Now you are in the directory called scylla. Use the following command to list out the contents of the directory.

ls

Step 8: You can see many files in this directory. These are the files of the tool. Now you have to install the requirements of the tool. Use the following command to install requirements.

python3 -m pip install -r requirements.txt

Step 9: All the requirements have been installed. Now you have to run the tool using the following command.

python3 scylla.py

Step 10: The tool is running finally. To get the help of the tool uses the following command.

python3 scylla.py  --help

Working with scylla

1. Use the Scylla tool to get information about Instagram account of a user.

python3 scylla.py --instagram < username >

This command is used to target Instagram accounts of users.

2. Use the Scylla tool to get information about the social media accounts of a user.

python3 scylla.py --username < username >

3. Use the Scylla tool to get information about the phone numbers.

python3 scylla.py -r +918439xxxxxx

4. Use the Scylla tool to get information about geolocation of an IP-address.

python3 scylla.py -g <your ip address>

Article Tags :