Releases: Ullaakut/nmap
Releases · Ullaakut/nmap
v3.1.0 - AllPorts support
v3.0.6
What's Changed
- Improved returned errors by @noneymous in #138
- Fixed issue with latest return error handling by @noneymous in #139
Full Changelog: v3.0.5...v3.0.6
v3.0.5
v3.0.4
Features
Fixes
Performance
- Moved progress declaration into for loop by @RedStylzZ
- Massive reduction in memory usage for large operations
v3.0.3
What's Changed
- Fix typo by @kiokuless in #126
- Fix unable to parse nmap output for incomplete XML output by @idkw in #127
New Contributors
- @kiokuless made their first contribution in #126
Full Changelog: v3.0.2...v3.0.3
v3.0.0
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
v2.2.1
What's Changed
- Fix --resume opt by @ohDaddyPlease in #68
- Fix run with progress and add new Run function by @elivlo in #69
- Add new type option for func(*Scanner) by @elivlo in #71
- Adding options for nmap and greppable output by @brutalgg in #74
- Change WithSourcePort argument type by @MaineK00n in #77
- Update local args copy in Run functions (#81) by @sm97 in #82
- Fix misunderstanding between Configuration and Confidence (#84) by @mxrch in #85
- Add print and return args, fix #86 by @cyrinux in #87
- Support the WithInterfaceList option by @elivlo in #90
- Switch test and build to GitHub actions by @elivlo in #91
- Add staticcheck to actions by @elivlo in #96
- Add --unique and --script-timeout flags by @Ullaakut in #99
Full Changelog: v2.0.2...v2.2.1
Go module fix
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
This version is compatible with go modules.