Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yaron4u/heliossentry

HeliosSentry: Oracle of the Net is an all-in-one network scanner and vulnerability detection tool made in Go
https://github.com/yaron4u/heliossentry

go network-scanner open-ports-detection port-scanner vulnerability-detection

Last synced: 3 months ago
JSON representation

HeliosSentry: Oracle of the Net is an all-in-one network scanner and vulnerability detection tool made in Go

Awesome Lists containing this project

README

        

# HeliosSentry: Oracle of the Net

HeliosSentry is an all-in-one network scanner and vulnerability detection tool inspired by the all-seeing Greek sun god, Helios. Dive deep into your network landscape and illuminate hidden vulnerabilities.

![HeliosSentryiconREADME](https://github.com/yaron4u/HeliosSentry/assets/67191566/facf4956-9081-4bf9-85a6-a735cbc1b4f1)

## Features

- **IP Range Scanner:** Scan a range of IP addresses to detect live hosts.
- **Port Scanner:** Scan live hosts for open TCP and UDP ports.
- **OS Fingerprinting:** Identify the operating system of a detected IP.
- **Vulnerability Database:** Powered by NVD CVE databases.
- **Vulnerability Detector:** Check detected services against the vulnerability database.
- **Reports & Logging:** Generate comprehensive scan reports
- **User-friendly CLI:** Intuitive command-line interface for efficient network scanning.

## Requirements

* Go (v1.21.1) - [All releases - The Go Programming Language](https://go.dev/dl/)
* Nmap - [Download the Free Nmap Security Scanner for Linux/Mac/Windows](https://nmap.org/download.html)

## Installation

```
go get github.com/yaron4u/HeliosSentry
```
## How to run

```
navigate to the code installed: cd path\to\directory
go run .
```