Open In App

Netizenship Tools in Linux

Last Updated : 22 Nov, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

Netizenship tool is an automated tool developed in the Python Language and also comes as a package in Python. This tool is an OSINT tool that aims to find the online presence of a username in popular social media websites like Facebook, Instagram, Twitter, etc. Netizenship tool checks the presence of usernames on over 35+ online social platforms. Visiting these platforms will give valuable information about the username. This tool is also available on the GitHub platform as a repository.

Note: Make Sure You have Python Installed on your System, as this is a python-based tool. Click to check the Installation process: Python Installation Steps on Linux

Installation of Netizenship Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system.

git clone https://github.com/rahulrajpl/netizenship.git

Netizenship Tools in Linux

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 netizenship

Netizenship Tools in Linux

Step 3: You are in the directory of the netizenship. Now you have to install a dependency of the netizenship using the following command.

sudo pip install -r requirements.txt

Netizenship Tools in Linux

Step 4: All the dependencies have been installed in your Kali Linux operating system.

netizenship

Netizenship Tools in Linux

Working with Netizenship Tool on Kali Linux OS

Example 1: Scan Username GeeksforGeeks

Enter username: GeeksforGeeks

We have searched the username GeeksforGeeks on a various online websites.

Netizenship Tools in Linux

We have got the status codes that show the presence of a username on that particular website. All the responses which return the status code 200 are the successful ones that consist of the username GeeksforGeeks.

Netizenship Tools in Linux

Example 2: Scan Username GauravGandal

Enter username: GauravGandal

We have searched the username GauravGandal on various online websites.

We have got the status codes that show the presence of a username on that particular website. All the responses which return the status code 200 are the successful ones which consist of the username GauravGandal.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads