Description
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.
R3CON1Z3R alternatives and similar packages
Based on the "Command-line Tools" category.
Alternatively, view R3CON1Z3R alternatives based on common mentions on social networks and blogs.
-
thefuck
Magnificent app which corrects your previous console command. -
httpie
๐ฅง HTTPie for Terminal โ modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. -
Python Fire
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. -
cookiecutter
A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects. -
Gooey
Turn (almost) any Python command line program into a full GUI application with one line -
mycli
A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting. -
python-prompt-toolkit
Library for building powerful interactive command line applications in Python -
HTTP Prompt
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie -
docopt
Pythonic command line arguments parser, that will make you smile -
PathPicker
PathPicker accepts a wide range of input -- output from git commands, grep results, searches -- pretty much anything. After parsing the input, PathPicker presents you with a nice UI to select which files you're interested in. After that you can open them in your favorite editor or execute arbitrary commands. -
asciimatics
A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations -
percol
adds flavor of interactive filtering to the traditional pipe concept of UNIX shell -
kube-shell
Kubernetes shell: An integrated shell for working with the Kubernetes -
iredis
Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting. -
litecli
CLI for SQLite Databases with auto-completion and syntax highlighting -
shiv
shiv is a command line utility for building fully self contained Python zipapps as outlined in PEP 441, but with all their dependencies included. -
copier
Library and command-line utility for rendering projects templates. -
try
Dead simple CLI tool to try Python packages - It's never been easier! :package: -
yaspin
A lightweight terminal spinner for Python with safe pipes and redirects ๐ -
Argh
An argparse wrapper that doesn't make you say "argh" each time you deal with it. -
Pinboard.py
A full-featured Python wrapper (and command-line utility) for the Pinboard API. Built by the makers of Pushpin for Pinboard. -
cliff
Command Line Interface Formulation Framework. Mirror of code maintained at opendev.org. -
python3-nmap
A python 3 library which helps in using nmap port scanner. This is done by converting each nmap command into a callable python3 method or function. System administrators can now automatic nmap scans using python -
App Store Connect Api
Python wrapper around Apple App Store Api -
SubGrab
SubGrab is a utility that allows you to automate subtitles downloading for your media files. -
spline
Spline is a tool that is capable of running locally as well as part of well known pipelines like Jenkins (Jenkinsfile), Travis CI (.travis.yml) or similar ones. -
Updatable
Finds packages that require updates on a python environment -
GitHub PR Cleaner
Clear merged pull requests ref (branch) on GitHub -
Focus Phase
A simple yet powerful timer and time tracker from the command line. https://ammar1y.github.io/Focus-Phase/
ONLYOFFICE Docs โ document collaboration in your environment
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of R3CON1Z3R or a related project?
README
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.
Installation
r3con1z3r supports Python 2 and Python 3.
# install from pypi
pip install r3con1z3r
Modules
r3con1z3r depends only on the sys and the requests python modules. For the extra coloring to work on windows, win_unicode_console and colorama have to be installed
For Coloring on Windows: pip install win_unicode_console colorama
Usage
r3con1z3r installs a command line tool on system path that can be interacted with by using
# `domain.com` is the website to perform footprinting on
r3con1z3r -d domain.com
Using this tool generates a html named as domain.com-r3con1z3r.html
which can be opened on a browser to view the footprinting results
Demo
Simple usage of r3con1z3r CLI to perform OSINT footprinting on google.com
[Demo](assets/example.gif)
Examples
To install on all Operating Systems (Linux, Windows, Mac OS X, Android e.t.c) i.e Python 2 environment from within the cloned repo:
pip install r3con1z3r
python3 environment:
pip3 install r3con1z3r
ToDo
- [x] Include travis setup for automatic testing
- [x] Include automatic deployment of incremented versions to pypi so that
pip install r3con1z3r
can 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. Current contributors can be viewed by running r3con1z3r -a
Changelog
1.0 - Release
*Note that all licence references and agreements mentioned in the R3CON1Z3R README section above
are relevant to that project's source code only.