Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/royrusso/probus
A FAST network scanner that identifies security vulnerabilities in your network and alerts you to new ones as they arise.
https://github.com/royrusso/probus
network-analysis network-scanner nmap nmap-scanning nmap-ui os-identifier port-scanner service-discovery vulnerability-detection vulnerability-scanners
Last synced: 22 days ago
JSON representation
A FAST network scanner that identifies security vulnerabilities in your network and alerts you to new ones as they arise.
- Host: GitHub
- URL: https://github.com/royrusso/probus
- Owner: royrusso
- License: apache-2.0
- Created: 2024-10-25T02:30:37.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-10T22:34:06.000Z (23 days ago)
- Last Synced: 2024-12-10T23:18:24.255Z (23 days ago)
- Topics: network-analysis, network-scanner, nmap, nmap-scanning, nmap-ui, os-identifier, port-scanner, service-discovery, vulnerability-detection, vulnerability-scanners
- Language: Python
- Homepage:
- Size: 1.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# PROBUS
[![codecov](https://codecov.io/github/royrusso/probus/graph/badge.svg?token=B972KDOOOB)](https://codecov.io/github/royrusso/probus)
![Tests](https://img.shields.io/github/actions/workflow/status/royrusso/probus/pytests_codecov.yml?label=Tests)
![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)# This project is in early development!
A _FAST_ network scanner that identifies security vulnerabilities in your network and alerts you to new ones as they arise.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Development](#development)
- [Contributing](#contributing)
- [Contact](#contact)
- [License](#license)## Introduction
Probus is a network scanner that identifies security vulnerabilities in your network and alerts you to new ones as they arise. Probus scans your network quickly using a combination of Nmap and a 3-pass scanning technique to identify hosts and open ports. It then uses the CVE database to identify vulnerabilities on a per-device basis.
Probus is platform-agnostic - built with a FastAPI backend and a React frontend - available as a Docker container.
### Features:
- **Network Scanner:** Scans your network for hosts and open ports.
- **Vulnerability Scanner:** Identifies security vulnerabilities in your network on a per-device basis.
- **Scan and Vulnerability History:** Keeps a history of scans and vulnerabilities identified.
- **Alerting:** Alerts you to new vulnerabilities as they arise, new devices added to your network, given a network range.
- **Platform agnostic**: (Windows, MacOS, Linux).## Installation
Download the Docker from: TODO
## Development
Please read the [DEVELOPMENT.md](DEVELOPMENT.md) file for more information on how to run this project locally.
## Contributing
Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file for more information on how to contribute to this project.
## Contact
- Use **GitHub Issues** for code-related issues.
## License
Probus is licensed under the [Apache License 2.0](LICENSE).