Sponsored
Information Gathering

R3con1z3r – A Very Lightweight Information Gathering Tool

Hey Folks, in this tutorial we are going to talk about an interesting tool called β€œr3con1z3rβ€œ. We know that it very difficult to pronounce this name πŸ˜› !! but through this tool footprinting can be conducted quickly and thoroughly. R3con1z3r is a lightweight Web information gathering tool with an intuitive features written in python. Footprinting is the first phase of ethical hacking, its the collection of every possible information regarding the target. R3con1z3r is a passive reconnaissance tool with built-in functionalities which includes: HTTP header flag, Traceroute, Whois Footprinting, DNS information, Site on same server, Nmap port scanner, Reverse Target and hyperlinks on a webpage.

Let’s take a look πŸ˜› !!

Installation

r3con1z3r depends only on the sys and the requests python modules as well as it supports Python 2 and Python 3. But to install this tool, another important thing that we need to install is pypi.

apt install pip

Now the tool can be installed using the pip tool.

pip install r3con1z3r

Done πŸ™‚ !! You can see how little time we have installed this tool. Now we can use it from anywhere by entering the name of this tool on the terminal.

r3con1z3r

Usage

Just we have to name the target web application after the β€œ-d” parameter and it will generate the output in HTML format that we have already highlighted in yellow colors.

Results – Header Information

We need to paste the output to its appropriate location after which we can open it on any available browser due to the HTML extension. We can clearly see all the important details regarding the server.

Trace Route

Basically traceroute is a computer network command that is used to measure the transit delay of packets in an Internet protocol network.

DNS Server Records & Ports

We can see domain name system records as well as open and running services on target web application.

Crawling

It also crawl some hidden locations, files or link from target web application.

About the Author
Shubham Goyal Certified Ethical Hacker, information security analyst, penetration tester and researcher. Can be Contact on Linkedin.
Sponsored

Recent Posts

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

1 month ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

8 months ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

Hey Folks, we are back today after such a long break, but don't worry we…

2 years ago

API Security Testing 101: Know Everything About API Security Testing!

The security of your API should be one of the top priorities of companies. Without…

2 years ago

7 Best Tools for Web Penetration Testing: Comprehensive Details

Hey Folks, In today's business world, it is essential to have an online presence. However,…

2 years ago

Cyber Security Audits: Everything You Need to Know About It

Hey Folks, Is your business prepared in case of a cyber attack? Many companies don't…

2 years ago
Sponsored

This website uses cookies.