Releases: projectdiscovery/naabu
Releases · projectdiscovery/naabu
v2.3.2
What's Changed
🐞 Bugs Fixes
- Fixed goroutine leak issue within the limiter logic by @awerqo in #1253
- Fixed unspecified IP version scanning, ensuring it only scans specified IP versions by @mcamou in #1235
Other Changes
- Removed redundant rate limit take function call by @Mzack9999 in #1183
- Added
not implemented
warning message for service discovery by @dogancanbakir in #1197 - Made ICMP listen non-fatal by @Mzack9999 in #1243
- Introduced a confidence level for IPs skipped because the threshold was exceeded by @dogancanbakir in #1045
- Brought GitHub actions up to date with the latest versions by @thomasmerz in #1242
- Used
apk add --no-cache
in Docker image to prevent cache retention by @PeterDaveHello in #1112 - Replaced abandoned google/gopacket with gopacket/gopacket by @dogancanbakir in #1083
New Contributors
- @PeterDaveHello made their first contribution in #1112
- @mcamou made their first contribution in #1235
- @thomasmerz made their first contribution in #1242
- @awerqo made their first contribution in #1253
Full Changelog: v2.3.1...v2.3.2
v2.3.1
What's Changed
🐞 Bugs Fixes
- Fixed issue with
-exclude-ports
option with-passive
by @dogancanbakir in #1004 - Added connect fallback on routing error by @Mzack9999 in #1027
- Disalbed pcap handler with connect scan by @Mzack9999 in #1058
- Fixed struct initialization by @Mzack9999 in #1063
- Fixed issue with
-source-ip
option by @Mzack9999 in #1005
🔨 Maintenance
- Automatically skip redundant host discovery by @Mzack9999 in #1061
Other Changes
New Contributors
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
🎉 New Features
- Added support to display results at runtime by @Mzack9999 in #946
- Added custom config file input support by @zmf963 in #978
-config string path to the naabu configuration file (default $HOME/.config/naabu/config.yaml)
🐞 Bugs Fixes
- Made pcap handlers shared globally by @Mzack9999 in #946
- Cleanup interface handlers by @Mzack9999 in #935
Other Changes
- Fixed openbsd undefined func err by @dogancanbakir in #977
New Contributors
Full Changelog: v2.2.1...v2.3.0
v2.2.1
What's Changed
Other Changes
- Added host discovery in
NewRunner
by @dogancanbakir in #899 - Fixed issue with csv output by @dogancanbakir in #884
- Updated csv output to split port by @dogancanbakir in #913
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
🎉 New Features
- Added additional probes for host discovery by @Mzack9999 in #868
🐞 Bugs Fixes
- Fixed build failure on
termux
by @RamanaReddy0M in #850 - Fixed build failure on freebsd by @Mzack9999 in #856
Full Changelog: v2.1.9...v2.2.0
v2.1.9
What's Changed
🐞 Bugs Fixes
- Added support for hostnames with
-eh
option by @Mzack9999 in #823
Other Changes
New Contributors
Full Changelog: v2.1.8...v2.1.9
v2.1.8
What's Changed
Other Changes
- Fixed issue with printing hostname in passive mode by @dogancanbakir in #788
Full Changelog: v2.1.7...v2.1.8
v2.1.7
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
v2.1.6
What's Changed
- Fixed an issue with
-ec
option by @RamanaReddy0M in #637 - Fixed an issue with
-eh
option by @iamargus95 in #640 - Fixed an issue with
-stats
option by @Mzack9999 in #639
Issues closed in this release - https://github.com/projectdiscovery/naabu/milestone/7
New Contributors
- @iamargus95 made their first contribution in #640
Full Changelog: v2.1.5...v2.1.6
v2.1.5
What's Changed
- Fixed issue with exclude port/host option by @Mzack9999 in #624
- Added timeout to scan through SOCKS proxy by @jpts in #601
New Contributors
- @jpts made their first contribution in #601
- @realalexandergeorgiev made their first contribution in #602
Full Changelog: v2.1.4...v2.1.5