Releases: projectdiscovery/naabu
Releases · projectdiscovery/naabu
v2.3.7
What's Changed
🔨 Maintenance
- chore(deps): bump the projectdiscovery group with 2 updates by @dependabot[bot] in #1583
- chore(deps): bump actions/checkout from 4 to 5 in the github-actions group by @dependabot[bot] in #1582
- chore(deps): bump the projectdiscovery group across 1 directory with 5 updates by @dependabot[bot] in #1593
Other Changes
- Fix the release workflow to release assets for Linux by @suzuki-shunsuke in #1587
- chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.45.0 by @dependabot[bot] in #1590
- nmap go dep by @Mzack9999 in #1591
Full Changelog: v2.3.6...v2.3.7
v2.3.6
What's Changed
🎉 New Features
- Adding mac address support by @Mzack9999 in #1580
- Add file support for port by @dogancanbakir in #1559
- Adding support for udp payload by @jesusprubio in #1051
- Allowing custom asset id by @Mzack9999 in #1579
🐞 Bug Fixes
- Fixing faulty listen-ip logic by @Mzack9999 in #1569
- Fix(output): ensure
-eofcompletely omit fields from JSON output by @hanXen in #1546 - Fix host discovery by @mielverkerken in #1553
- Fix(runner): makes
PreProcessTargetconcurrent by @dwisiswant0 in #1556 - Fix(output): apply
-eoffilter to JSON file output by @hanXen in #1548 - Fix + Optimizing TLS detection via half-handshake by @Mzack9999 in #1575
⚡ Performance Improvements
- Improving auto warm up time by @Mzack9999 in #1576
📦 Other Changes
- Update GoReleaser configurations by @emmanuel-ferdman in #1526
- Chore(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.27.0 by @dependabot[bot] in #1529
- Update Outdated README.md Library Example by @redStarP2 in #1536
- Chore(deps): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 by @dependabot[bot] in #1549
- Chore(deps): bump github.com/nwaples/rardecode/v2 from 2.0.0-beta.4.0.20241112120701-034e449c6e78 to 2.2.0 by @dependabot[bot] in #1562
New Contributors
- @emmanuel-ferdman made their first contribution in #1526
- @redStarP2 made their first contribution in #1536
- @hanXen made their first contribution in #1546
- @mielverkerken made their first contribution in #1553
- @jesusprubio made their first contribution in #1051
Full Changelog: v2.3.5...v2.3.6
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).IPConnby @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 implementedwarning 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-cachein 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-portsoption with-passiveby @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-ipoption 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
NewRunnerby @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
termuxby @RamanaReddy0M in #850 - Fixed build failure on freebsd by @Mzack9999 in #856
Full Changelog: v2.1.9...v2.2.0