Registry / networking / ullaakut-nmap-v2

ullaakut-nmap-v2

JSON →
library2.2.2gogounverified

Package nmap provides idiomatic nmap bindings for go developers.

go get github.com/Ullaakut/nmap/v2
INSTALL
IMPORT
SIG · ULLAAKUT-NMAP-V2
U
ullaakut-nmap-v2
networkinggov2.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nmap
github.com/Ullaakut/nmap/v2

Run an nmap scan on a target host.

package main import ( "context" "fmt" "github.com/Ullaakut/nmap/v2" ) func main() { scanner, _ := nmap.NewScanner( nmap.WithTargets("scanme.nmap.org"), nmap.WithPorts("80,443"), ) result, _, _ := scanner.Run(context.Background()) fmt.Printf("Open ports: %v\n", result.Ports) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
ullaakut-nmap-v2 — go get ullaakut-nmap-v2 · libregistry