Open In App

53R3N17Y – Python based script for Information Gathering

53R3N17Y or Serenity is an automated tool that is used in the process of Recon and Information Gathering. 53R3N17Y tool performs various types of tasks like :

Serenity tool is developed in the Python Language and is available on the GitHub platform, it’s free and open-source to use.



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 53R3N17Y 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/abaykan/53R3N17Y.git serenity

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 serenity

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

sudo pip install -r requirements.txt

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

./serenity -h

Working with 53R3N17Y Tool on Kali Linux OS

Example 1: Reverse IP via HackTarget

./serenity --revht geeksforgeeks.org

We have got the Reverse IP information about the target geeksforgeeks.org.

Example 2: Page Links Scraper

./serenity --links geeksforgeeks.org

We have got the list of links that are associated with the domain geeksforgeeks.org.

Example 3: DNS Lookup

./serenity --dns geeksforgeeks.org

We have got the DNS Lookup information about geeksforgeeks.org.

Example 4: Geo IP Lookup

./serenity --geo geeksforgeeks.org

We have got Geo IP Lookup information about geeksforgeeks.org.

Article Tags :