Releases: projectdiscovery/naabu
v2.0.6
What's Changed
- Fixed bug with
-exclude-cdn, -ec
flag by @Mzack9999 in #285 - Fixed bug with
-top-ports, -tp
flag by @ehsandeep in #247 - Added comma-separated host input support by @Passer6y in #234
- Added socks5 proxy support by @Mzack9999 in #214
- Added support for Linux capabilities runtime check by @Mzack9999 in #261
- Added timestamp information in json output by @LuitelSamikshya in #265
- Added customizable stats interval by @Mzack9999 in #266
- Added CSV output support by @LuitelSamikshya in #269
- Added resume scan support by @LuitelSamikshya in #272
- Added stream mode input support by @Mzack9999 in #282
- Added functional tests by @LuitelSamikshya in #243
- Added regression tests by @Mzack9999 in #244
Issues closed in release: https://github.com/projectdiscovery/naabu/milestone/3?closed=1
New Contributors
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- Fixed a crash with CIDR input by @Mzack9999 in #209
- Fixed an error with nmap cmd if no open ports were found by @Mzack9999 in #208
- Added support for custom resolvers input by @Mzack9999 in #207
- Added goflags integration by @LuitelSamikshya in #223
- Adding on result callback function by @Mzack9999 in #210
New Contributors
- @gordonbondon made their first contribution in #204
- @chenrui333 made their first contribution in #212
- @LuitelSamikshya made their first contribution in #223
Full Changelog: v2.0.4...v2.0.5
Bugfix release
v2.0.3
Changelog
53c188f Added scan type selection (SYN, CONNECT) support (-s
).
4bc55d6 Added support for scanning multiple ip (-scan-all-ips
) of same host.
087d988 Added stats (-stats
) support.
69b31d4 Added -nmap-cli
flag support to run namp scan directly on output.
13251e1 Added cached CDN endpoint to avoid blocking.
bf96686 Added hmap support to drop/improve memory usage.
73d6242 Fixed a bug with scanning on Mac OS.
cf1c83f Fixed a bug when scanning with non existing fqdn host.
23d5b17 Fixed CDN check error and made it optional.
96a3d44 Fixed a bug to handle data from char device on stdin by @vzamanillo
56d886e Updated interface handling.
v2.0.2
Changelog
8c618a5 Updated port scanning strategy for speed and reliability
32ce3a7 Added config file support
97e4762 Added native nmap support
9fbf800 Added rate limit control (packets/seconds)
69648ad Added network interface selection support
0fde76d Added exclude CDN for full port scanning
41c3759 Added subdomain/IP information in JSON output
4cbdab9 Updated multiple flags (more like nmap)