R3con1z3r – Lightweight Web Information Gathering Tool


R3con1z3r – Lightweight Web Information Gathering Tool

Introduction

R3con1z3r is a simple and lightweight web information gathering tool with all features written in Python. With this tool you can perform open source intelligence (OSINT) web-based footprinting in an easy and quick way.

R3con1z3r: Lightweight Web Information Gathering Tool

R3con1z3r is a passive reconnaissance tool with built-in functionalities that can help you gather open whois/dns web information listed below.

Requirements:

  • Python 2.x/3.x
  • All from requirements.txt

Supported platforms:

  • Linux, Windows, Mac OS X

Features:

  • HTTP header flag,
  • Traceroute,
  • Whois Footprinting,
  • DNS information,
  • Site on same server,
  • Nmap port scanner,
  • Reverse Target and
  • Webpage hyperlinks

Install

Clone it from the GitHub repo:

$ git clone https://github.com/abdulgaphy/r3con1z3r.git

Navigate to the working directory and install python modules (requirements.txt):

$ cd r3con1z3r
$ pip install -r requirements.txt

Make it executable:

$ chmod +x r3con1z3r.py

Usage

To lunch it, run the following:

$ python3 r3con1z3r.py [domain.com] 
R3con1z3r usage example

Report will be saved in .html file:

R3con1z3r report example
Download Box