R3con1z3r - A Lightweight Spider Web Data Gathering Tool Amongst An Intuitive Features (Osint)


R3con1z3r is a lightweight Web information gathering tool amongst an intuitive features written inwards python. it provides a powerful surround inwards which opened upwards source intelligence (OSINT) web-based footprinting tin give the axe endure conducted speedily too thoroughly.
Footprinting is the get-go stage of ethical hacking, its the collection of every possible information regarding the target. R3con1z3r is a passive reconnaissance tool amongst built-in functionalities which includes: HTTP header flag, Traceroute, Whois Footprinting, DNS information, Site on same server, Nmap port scanner, Reverse Target too hyperlinks on a webpage. The tool, subsequently existence provided amongst necessary inputs generates an output inwards HTML format.

Screenshots



Installation
r3con1z3r supports Python 2 too 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 solely on the sys too 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 ii environment
python r3con1z3r.py google.com
  • To run on python3 environment:
python3 r3con1z3r.py facebook.com
  • To run every bit executable Unix only
./r3con1z3r.py google.com