Skip to content

Releases: s0md3v/Smap

0.2.0-rc

13 Apr 08:08

Choose a tag to compare

  • Added --active argumen. It runs your nmap against ports detected by smap, please read the docs.
  • Added --concurrency flag (default is 3 which was hardcoded previously)
  • Added IPv4 range target support such as 1.1.1.1-20
  • Fixed output file handling to truncate by default unless --append-output is set (that's how nmap does it)

0.1.12

13 Nov 21:50

Choose a tag to compare

  • fixed ports filtering
  • fixed a bug in cli args parser
  • added support for port ranges i.e. 20-53
  • fixed JSON output not working

0.1.11

22 Apr 14:07
375ea0c

Choose a tag to compare

hotfix for breaking changes in 0.1.1

0.1.1

21 Apr 09:20
fc4426b

Choose a tag to compare

  • hotfix for broken XML output
  • updated go meta files

0.1.0

07 Apr 04:52
eff9249

Choose a tag to compare

  • stable release, tested by thousands of people
  • show help when no arguments are provided
  • added goreleaser to automatically build binaries on release

0.1.0-rc

31 Mar 15:25
87175ab

Choose a tag to compare

Initial release, does almost everything as intended, good enough release candidate