Skip to the content.

Port Scanner Delta Reporter

A distributed network scanning system with push-based client architecture and centralized reporting.

Features

Components

Server

The central management server that:

Learn more →

Client Agent

Distributed scanning agents that:

Learn more →

Requirements

Server

Client

Installation

Quick installation for testing:

# Clone repository
git clone https://github.com/TeamFixIT/portscanner-delta-reporter.git
cd portscanner-delta-reporter

# Install server
cd server
pip install -r requirements.txt
python server.py

# Install client (on scanning machine)
cd ../client
pip install -r requirements.txt
python client_agent.py

For detailed installation instructions, see Getting Started.

Support

License

[Your License Here]