Working with 53R3N17Y Tool on Kali Linux OS

Example 1: Reverse IP via HackTarget

./serenity --revht w3wiki.org

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

Example 2: Page Links Scraper

./serenity --links w3wiki.org

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

Example 3: DNS Lookup

./serenity --dns w3wiki.org

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

Example 4: Geo IP Lookup

./serenity --geo w3wiki.org

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


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 :

  • 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

Similar Reads

Installation of 53R3N17Y Tool on Kali Linux OS

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

Working with 53R3N17Y Tool on Kali Linux OS

Example 1: Reverse IP via HackTarget...