lanzay / nmap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:Go 100.0%