R3Con1Z3R : A Lightweight Web Information Gathering Tool With an Intuitive Features

R3con1z3r is a lightweight Web information gathering tool with an intuitive features written in python. it provides a powerful environment in which open source intelligence (OSINT) web-based foot printing can be conducted quickly and thoroughly.

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.

The tool, after being provided with necessary inputs generates an output in HTML format.

Also Read : SQLiScanner – Automatic SQL Injection With Charles & SQLmap API

Screenshots

Installation

r3con1z3r supports Python 2 and Python 3.

$ git clone https://github.com/abdulgaphy/r3con1z3r.git
$ cd r3con1z3r
$ pip install -r requirements.txt

Optional for Linux users

$ sudo chmod +x r3con1z3r.py

Modules

r3con1z3r depends only on the sys and the requests python modules.

Python 3: $ pip3 install -r requirements.txt

For Coloring on Windows: pip install win_unicode_console colorama

Usage

python3 r3con1z3r.py [domain.com]

Examples

To run on all Operating Systems (Linux, Windows, Mac OS X, Android e.t.c) i.e Python 2 environment

python r3con1z3r.py google.com

To run on python3 environment:

python3 r3con1z3r.py facebook.com

To run as executable Unix only

./r3con1z3r.py google.com

R K

Recent Posts

Bomber : Navigating Security Vulnerabilities In SBOMs

bomber is an application that scans SBOMs for security vulnerabilities. So you've asked a vendor…

16 hours ago

EmbedPayloadInPng : A Guide To Embedding And Extracting Encrypted Payloads In PNG Files

Embed a payload within a PNG file by splitting the payload across multiple IDAT sections.…

16 hours ago

Exploit Street – Navigating The New Terrain Of Windows LPEs

Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local…

3 days ago

ShadowDumper – Advanced Techniques For LSASS Memory Extraction

Shadow Dumper is a powerful tool used to dump LSASS (Local Security Authority Subsystem Service)…

4 days ago

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

2 weeks ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

3 weeks ago