Open In App

53R3N17Y – Python based script for Information Gathering

Improve
Improve
Like Article
Like
Save
Share
Report

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 :

  • Reverse IP via HackTarget
  • Reverse IP via YouGetSignal
  • Geo IP Lookup
  • Whois Lookup
  • Searching Host
  • DNS Lookup
  • Find Shared DNS
  • Show HTTP Header
  • Page Links Scraper

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.


Last Updated : 28 Nov, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads