nmap

Idiomatic nmap library for go developers

MIT License

Stars
922
Committers
23
nmap - v3.0.3 Latest Release

Published by Ullaakut 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Ullaakut/nmap/compare/v3.0.2...v3.0.3

nmap - v3.0.0

Published by elivlo over 1 year ago

Important: This is a MAJOR version change. The API is now incompatible with version 2.x.x.
Look at Semantic Versioning for more information.

What's Changed

Full Changelog: https://github.com/Ullaakut/nmap/compare/v2.2.2...v3.0.0

nmap - v2.2.2

Published by elivlo about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Ullaakut/nmap/compare/v2.2.1...v2.2.2

nmap - v2.2.1

Published by elivlo about 2 years ago

What's Changed

Full Changelog: https://github.com/Ullaakut/nmap/compare/v2.0.2...v2.2.1

nmap - Go module fix

Published by Ullaakut about 4 years ago

This release fixes the previous one, which couldn't be imported correctly due to an incorrect import in one of the unit tests.

nmap - Go module release

Published by Ullaakut about 4 years ago

This version is compatible with go modules.

nmap - Asynchronous Scanning

Published by Ullaakut almost 5 years ago

2.0.0 (2019-11-30)

All Commits

Enhancements:

  • [enhancement] Fixing "Error handling difficult and not reliable #38" (#39 by noneymous)
  • [enhancement] Unit tests for RunAsync (#35 by Ullaakut)
  • [enhancement] RunAsync function with supporting struct changes (#26 by TheSecEng)
  • [enhancement] Fix typos (#25 by Ullaakut)
  • [enhancement] Nmap error handling (#21 by TheSecEng)

Bug fixes:

Misc:

nmap - Synchronous release

Published by Ullaakut almost 6 years ago

Supported features

  • All of nmap's native options.
  • Additional idiomatic go filters for filtering hosts and ports.
  • Cancellable contexts support.
  • Helpful enums for nmap commands. (time templates, os families, port states, etc.)
  • Complete documentation of each option, mostly insipred from nmap's documentation.