gonmap
gonmap is a Go language library designed for Nmap port scanning. It implements the scanning logic of Nmap in pure Go, rather than invoking Nmap itself. This allows for a more integrated and efficient scanning process within Go applications.
Key Features:
- Pure Go Implementation: No need to call external Nmap binaries, making it easier to integrate into Go projects.
- Port Scanning: Efficiently scan ports using the same logic as Nmap.
- Customizable Probes: Users can customize probes for specific scanning needs.
- Active Development: Regular updates and bug fixes ensure reliability and performance.
Benefits:
- Ease of Use: Simplifies the process of port scanning for Go developers.
- Integration: Seamlessly integrates with Go applications without external dependencies.
- Community Support: Being hosted on GitHub allows for community contributions and support.
Highlights:
- Stars: 327
- Forks: 63
- Releases: 25
- Contributors: 2
Explore the repository for more details and to contribute to the project!