Ranger Reloaded is a Python script that can be used to scan alive hosts on your network and check for vulnerable open ports.
- 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
To change the ports that are being scanned, simply update the ports
list in the app.properties
file.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Inspiration for this script came from rang3r.