Skip to content

t94j0/nmap

Repository files navigation

NMap library for Go

GoDoc

Package nmap is a wrapper library for nmap.

Why

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.

Install nmap

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

Install library

go get github.com/t94j0/nmap

Examples

See GoDoc

Releases

No releases published

Packages

No packages published

Languages