What's Changed
🎉 New Features
- Added support for
[host|ip]:port
format input by @Mzack9999 in #767
echo google.com:443 | ./naabu -silent
echo 142.250.183.174:443 | ./naabu -silent
echo 142.250.183.174:443 | ./naabu -silent -p 80
🔨 Maintenance
- Added more test coverage by @Mzack9999 in #708
- Added arm64 on linux goreleaser by @Mzack9999 in #716
- Added
ValidateOptions
method for use as go library by @Y4er in #762 - Updated JSONL representation of
port
andprotocol
by @kimtruth in #729 - Removed sudo in brew install by @sttlr in #742
Other Changes
- Fixed issue with
-ec
option to exclude WAF by @JoshuaMart in #749 - Added open ports to scan result on privileged by @RamanaReddy0M in #638
Issues closed in this release - https://github.com/projectdiscovery/naabu/milestone/8?closed=1
New Contributors
- @kimtruth made their first contribution in #729
- @sttlr made their first contribution in #742
- @Y4er made their first contribution in #762
- @JoshuaMart made their first contribution in #749
Full Changelog: v2.1.6...v2.1.7