Friday 7 December 2018
0 comments
19:31:00

R3con1z3r- A Lightweight Web Information Gathering Tool


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 footprinting 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.

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

Moduldes

r3con1z3r depends only on the os 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 facebook.com


  • To run on python3 environment:

python3 r3con1z3r.py facebook.com


  • To run as executable Unix only

./r3con1z3r.py facebook.com

Download R3con1z3r

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.

 
Toggle Footer
Top