Releases: projectdiscovery/naabu
Releases · projectdiscovery/naabu
v2.3.5
What's Changed
🐞 Bugs Fixes
- Fixed timeout value to connect scan default by @Mzack9999 in #1363
- Fixed a bug including scanning ip in results by @Mzack9999 in #1406
- Fixed an issue with exclusion option (
-eh
) by @Mzack9999 in #1431 - Fixed IPv6 source IP bug by @newmanifold in #1364
- Fixed resolve hanging when provides source-ip with SYN scan by @dwisiswant0 in #1421
- Fixed improper signal handling and add proper context cancellation by @Mehran-Seifalinia in #1461
- Fixed nil pointer error in
(*ListenHandler).IPConn
by @dwisiswant0 in #1466 - Fixed protocol string representation in Port by @Mehran-Seifalinia in #1438
🔨 Maintenance
Other Changes
- Added unit tests for runner package by @knakul853 in #1396
- Added networkpolicy support via options by @Mzack9999 in #1404
- Added dynamic result filtering by @dogancanbakir in #1387
- Added binary for arm arch by @omada-challer in #1492
- Removed unused files by @Mzack9999 in #1462
New Contributors
- @newmanifold made their first contribution in #1364
- @knakul853 made their first contribution in #1396
- @dwisiswant0 made their first contribution in #1421
- @Mehran-Seifalinia made their first contribution in #1438
- @omada-challer made their first contribution in #1492
Full Changelog: v2.3.4...v2.3.5
v2.3.4
What's Changed
🐞 Bugs Fixes
- Fixed hosts with same ip and verify by @Mzack9999 in #1343
- Forced syn scan with host discovery by @Mzack9999 in #1354
- Increased default timeout with proxy by @Mzack9999 in #1353
Other Changes
- Fix units (seconds -> milliseconds) in a description of Timeout field in Options struct by @HappyStoic in #1314
- feat: convert timeout flag to support time formats (e.g., 5s, 100ms) by @soonghee2 in #1344
- Add build support to FreeBSD in #1299
New Contributors
- @HappyStoic made their first contribution in #1314
- @soonghee2 made their first contribution in #1344
Full Changelog: v2.3.3...v2.3.4
v2.3.3
What's Changed
🔨 Maintenance
- Mitigate routing errors (
No valid ipv4 or ipv6 targets
) with default settings by @Mzack9999 in #1289 - Fixed new listen handler initialization by @dogancanbakir in #1233
New Contributors
- @suzuki-shunsuke made their first contribution in #1263
Full Changelog: v2.3.2...v2.3.3
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