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.
Project description
R3CON1Z3R
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.
Screenshots
Installation
r3con1z3r supports Python 2 and Python 3.
git clone https://github.com/abdulgaphy/r3con1z3r.git
cd r3con1z3r
# python2 installation
python setup.py install
# or python3 installation
python3 setup.py install
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 from within the cloned repo:
python r3con1z3r/main.py google.compython3 environment:
python3 r3con1z3r/main.py facebook.com -
To run as executable Unix and Windows after installing the library:
r3con1z3r google.com
ToDo
- Include travis setup for automatic testing
- Include automatic deployment of incremented versions to pypi so that
pip install r3con1z3rcan work
License
r3con1z3r is licensed under the GNU GPL license. take a look at the LICENSE for more information.
Contribution
This project is open to contributions, Bug reports and pull requests are welcome on GitHub at https://github.com/abdulgaphy/r3con1z3r.
Changelog
1.0 - Release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file R3con1z3r-1.0.1.tar.gz.
File metadata
- Download URL: R3con1z3r-1.0.1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a2a29840efd98bdf639bd8a2e3fb343bd81861640e2eece1eedce6a787c3801
|
|
| MD5 |
0010d01aa353f957425b95fd57d939cd
|
|
| BLAKE2b-256 |
b4c610d107383fa5ac68e3a0e4b051cd1867e158bcc43c624dc678985c26f547
|