Skip to content

Releases: Ullaakut/nmap

v3.0.4

11 Oct 15:08
1bef796
Compare
Choose a tag to compare

v3.0.3

29 Feb 10:12
58d9339
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.2...v3.0.3

v3.0.0

13 Apr 21:24
0a4c3dc
Compare
Choose a tag to compare

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: v2.2.2...v3.0.0

v2.2.2

11 Oct 07:58
b2a0803
Compare
Choose a tag to compare

What's Changed

  • Add modifyCmdFunc to Scanner and WithModifyCmdFunc option by @process0 in #103

New Contributors

Full Changelog: v2.2.1...v2.2.2

v2.2.1

27 Aug 10:34
f32c1a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.2.1

Go module fix

02 Oct 13:26
5b56187
Compare
Choose a tag to compare

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

Go module release

02 Oct 07:04
3b6d4c8
Compare
Choose a tag to compare

This version is compatible with go modules.

Asynchronous Scanning

30 Nov 15:45
2d0165c
Compare
Choose a tag to compare

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:

Synchronous release

23 Jan 21:22
55097e9
Compare
Choose a tag to compare

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.