Releases: s0md3v/Smap
Releases · s0md3v/Smap
0.2.0-rc
- Added
--activeargumen. It runs your nmap against ports detected by smap, please read the docs. - Added
--concurrencyflag (default is3which 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
- 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
hotfix for breaking changes in 0.1.1
0.1.1
- hotfix for broken XML output
- updated go meta files
0.1.0
- stable release, tested by thousands of people
- show
helpwhen no arguments are provided - added
goreleaserto automatically build binaries on release