Ullaakut Nmap Versions Save

Idiomatic nmap library for go developers

v3.0.3

3 months ago

What's Changed

New Contributors

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

v3.0.0

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

v2.2.2

1 year ago

What's Changed

New Contributors

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

v2.2.1

1 year ago

What's Changed

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

v2.0.2

3 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.

v2.0.1

3 years ago

This version is compatible with go modules.

v2.0.0

4 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:

v1.0.0

5 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.