Package nmap is a wrapper library for nmap.
NMap is a great tool, but it's very hard to script when trying to use Go. This project is meant to make life easier when trying to do network scanning in Go. The package is meant to be very easy to use, and extremely intuitive to learn.
You will need to have the binary nmap
installed on your computer, so
visit their website http://nmap.org and install nmap.
- For macos, you can install nmap by using Homebrew
- For Linux systems, use your package manager to install nmap.
- For Windows, visit http://nmap.org
go get github.com/t94j0/nmap
See GoDoc