What's Changed
🎉 New Features
- Made naabu cgo-free by @Mzack9999 in #1653
- Added predictive scanning by @Mzack9999 in #1666
- Added SYN scan support for Windows via npcap by @dogancanbakir in #1663
- Added DNS Resolution support via SOCKS5 by @kost in #1655
- Added configurable DNS resolution order via
-dns-orderflag (supports "l", "p", "lp", or "pl") - Enabled proxy-based DNS resolution when proxy is configured and "p" is included in DNS order
- DNS queries now attempt resolution across configured clients in specified order
- Added configurable DNS resolution order via
🐞 Bugs Fixes
- Fixed ethernet packets processing to run async by @Mzack9999 in #1664
- Fixed system DNS fallback for split-DNS/VPN cases by @drwtsn95 in #1642
- Fixed scan type inconsistency after scanner initialization by @owl0w1 in #1637
- Fixed fallback to all targets when host discovery finds no hosts by @dogancanbakir in #1620
- Fixed high CPU usage when network interface is removed by @akkuman in #1670
Other Changes
- Improved documentation to clarify OnResult vs OnReceive by @dogancanbakir in #1659
- Improved route parsing by using golang.org/x/net/route by @nu11zy in #1643
New Contributors
- @kost made their first contribution in #1655
- @nu11zy made their first contribution in #1643
- @owl0w1 made their first contribution in #1637
Full Changelog: v2.5.0...v2.6.0