joeyagreco / ranger-reloaded

Ranger Reloaded is a Python script that can be used to scan alive hosts on your network and check for vulnerable open ports.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ranger reloaded logo

Ranger Reloaded is a Python script that can be used to scan alive hosts on your network and check for vulnerable open ports.

Demo Pic 1

Installation

  1. Clone the project.
git clone https://github.com/joeyagreco/ranger-reloaded.git
  1. Change your working directory.
cd ranger-reloaded
  1. Use the package manager pip to install the dependencies.
pip install -r requirements.txt
  1. 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

MIT

Credits

Inspiration for this script came from rang3r.

About

Ranger Reloaded is a Python script that can be used to scan alive hosts on your network and check for vulnerable open ports.

License:MIT License


Languages

Language:Python 100.0%