Giter Site home page Giter Site logo

port-scanner's Introduction

Port Scanner

Django Application to scan open ports across your infrastructure and provide a detailed report of any security alerts.

Installation

  1. Clone the repository.

  2. To run with UWSGI:

    • Modify the sample_uwsgi.ini as per your system

    • Configure nginx - specify path to uwsgi_params

    • Specify Time Zone information and Celery backend server information in CONFIG.ini

    • Make migrations:

      • python manage.py makemigrations OpenPorts

      • python manage.py migrate

      • Create superuser (optional) - python manage.py createsuperuser

    • Run with uwsgi --ini /path-to-your-ini-file

  3. To run with django server:

    • Modify CONFIG.ini as per your requirements

    • Make migrations:

      • python manage.py makemigrations OpenPorts

      • python manage.py migrate

      • Create superuser (optional) - python manage.py createsuperuser

    • Run with python manage.py runserver 0.0.0.0:8000

      • 0.0.0.0:8000 is optional, specify any address you want

Usage

  1. Login with your credentials created by the administrator.

  2. Primary Navbar:

    • Settings Menu:

      • Configure your global settings

      • Mention the secured and unsecured proxy ips

      • Specify a crontab formatted schedule m:h:d:mD:MY, to run scheduled scans

    • Logout

  3. Secondary Navbar:

    • View Dashboard:

      • Gives you overview of any security alerts for all the added hosts
    • View All Hosts:

      • Tabular view of all the added hosts and their latest scan summary
    • Alerts

      • Number of unattended alerts
    • Report:

      • Secure Scan Report summary and option to view past scan reports

      • Open Scan Report summary and option to view past scan reports

    • Add Host:

      • Add a host to initiate scans for
    • Help:

      • View this help

port-scanner's People

Contributors

aaditya420 avatar sarthaksahni avatar rwrepoadmin avatar hari111998 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.