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: 8 months ago
JSON representation
HeliosSentry: Oracle of the Net is an all-in-one network scanner and vulnerability detection tool made in Go
- Host: GitHub
- URL: https://github.com/yaron4u/heliossentry
- Owner: yaron4u
- License: other
- Created: 2023-09-26T22:46:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T21:22:05.000Z (over 2 years ago)
- Last Synced: 2025-02-01T19:02:46.490Z (over 1 year ago)
- Topics: go, network-scanner, open-ports-detection, port-scanner, vulnerability-detection
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
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.

## 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 .
```