Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tyler-tee/goverwatch
GOverwatch is a Go port of Overwatch. Intended to leverage Masscan's speed and Nmap's versatility, but with Go's portability.
https://github.com/tyler-tee/goverwatch
cybersecurity go golang masscan nmap security-audit security-tools
Last synced: 5 days ago
JSON representation
GOverwatch is a Go port of Overwatch. Intended to leverage Masscan's speed and Nmap's versatility, but with Go's portability.
- Host: GitHub
- URL: https://github.com/tyler-tee/goverwatch
- Owner: tyler-tee
- License: mit
- Created: 2020-07-19T14:08:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T13:04:39.000Z (12 months ago)
- Last Synced: 2024-06-20T20:54:07.735Z (5 months ago)
- Topics: cybersecurity, go, golang, masscan, nmap, security-audit, security-tools
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GOverwatch
GOverwatch is an early Go port of Overwatch. Still intended to leverage Masscan's speed and Nmap's versatility, but with Go's portability and minimal overhead.Rapidly discover any open ports using Masscan, then automatically feed only those ports to Nmap for further interrogation.
## Prerequisites
- Nmap
- Masscan## Usage
### General Use
> go run main.go### Headless
Headless mode will allow you to run GOverwatch unattended. Set it up with a cronjob/scheduled task and you can keep an eye on your external footprint automatically.## License
[GNUv3](https://www.gnu.org/licenses/gpl-3.0.en.html)