Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yaron4u/heliossentry
- Owner: yaron4u
- License: other
- Created: 2023-09-26T22:46:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T21:22:05.000Z (about 1 year ago)
- Last Synced: 2023-11-02T10:33:41.891Z (about 1 year ago)
- Topics: go, network-scanner, open-ports-detection, port-scanner, vulnerability-detection
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- 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.
![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 .
```