Reverse IP Lookup & Ports Scan
Setup

Hengky Sanjaya
Hengky Sanjaya Blog
3 min readMay 29, 2020

--

This tutorial is 100% for Education Purpose only. Any time the word “Hacking” that is used on this site shall be regarded as Ethical Hacking. Do not attempt to violate the law with anything contained here. If you planned to use the content for illegal purposes, then please leave this site immediately! We will not be responsible for any illegal actions.

Before we go into the detail how to Reverse IP Lookup and Ports Scan.

First, you can visit this link below

You can git clone this repository from GitHub.

“git clone https://github.com/s0md3v/ReconDog.git

Or you can also download ZIP file directly from GitHub.

After you have cloned the repo, you will see some files like this:

This tool is built based in Python Language, so to Run this you can use this command:

“python dog”

You will see several choices of tools from ReconDog.

Reverse IP Lookup

In the first part, we will try to find all records associated with an IP address.

Choose the option “8. Reverse IP Lookup”

Then enter the IP Address that you want to find the associated records.

And here are the results:

Ports Scan

In the second part, we will try to scan all the open ports in the specific domain.

Choose the option “3. Port scan”

Then enter the domain or IP address you want to search

Then the result will be as shown in the picture below. You will see some ports and the service open from the target server.

Thank you

--

--