Awesome
<div align="center"> <img src="img/ranger-reloaded-logo-outlined.png" alt="ranger reloaded logo" width="350"/>Ranger Reloaded is a Python script that can be used to scan alive hosts on your network and check for vulnerable open ports.
<a target="_blank" href="https://www.python.org/downloads/" title="Python version"><img src="https://img.shields.io/badge/python-%3E=_3.10-teal.svg"></a>
</div>Installation
- Clone the project.
git clone https://github.com/joeyagreco/ranger-reloaded.git
- Change your working directory.
cd ranger-reloaded
- Use the package manager pip to install the dependencies.
pip install -r requirements.txt
- Run the script.
py app.py
Configuration
To change the ports that are being scanned, simply update the ports
list in the app.properties
file.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
Credits
Inspiration for this script came from rang3r.