Releases: projectdiscovery/naabu
v2.1.1
What's Changed
- Added ASN input support by @ShubhamRasal in #445
echo AS15133 | naabu- Added host exclusion by open port threshold by @parrasajad in #416
echo AS15133 | naabu -pts 100- Added automatic host discovery support by @Mzack9999 in #418
- Added documentation for using naabu as library by @Mzack9999 in #446
New Contributors
- @ShubhamRasal made their first contribution in #445
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Fixed out of order error in gopacket linux routing by @Mzack9999 in #408
Full Changelog: v2.0.9...v2.1.0
v2.0.9
What's Changed
- Fixed
socket: permission denied erroron kali by @Mzack9999 in #403 - Fixed release workflow for unstable architectures (windows) by @Mzack9999 in #406
- Fixed crash by adding check on interface conversion by @Mzack9999 in #402
Full Changelog: v2.0.8...v2.0.9
v2.0.8
What's Changed
- Added Host Discovery support by @Mzack9999 in #346
- Added IPv6 port scan support by @Mzack9999 in #328
- Added IP Version selection for scan by @parrasajad in #375
- Added nmap support to passive scan mode by @Ice3man543 in #335
- Added source port input support with
source-ipflag by @Mzack9999 in #345 - Added
health-checkflag support by @Mzack9999 in #350 - Added support to include cdn information by @LuitelSamikshya in #324
- Added end-to-end implementation of socks5 proxy authentication support by @mmishalov in #356
- Added timeout on stdin read by @Mzack9999 in #373
- Fixed waitgroup panic crash by @parrasajad in #382
- Fixed race condition crash by @Mzack9999 in #392
- Fixed panic crash with host discovery fix by @LuitelSamikshya in #390
- Fixed unnecessary usage of limit by @akkuman in #389
- Fixed typo in
options.Portsby @hahwul in #397 - Fixed error when config dir does not exists by @maggick in #368
- Fixed cidr error via networkpolicy upgrade by @Mzack9999 in #333
- Fixed resume issue condition by @Mzack9999 in #327
Issues closed in release: https://github.com/projectdiscovery/naabu/milestone/4?closed=1
New Contributors
- @timwhitez made their first contribution in #354
- @mmishalov made their first contribution in #356
- @maggick made their first contribution in #368
- @parrasajad made their first contribution in #375
- @akkuman made their first contribution in #389
Full Changelog: v2.0.7...v2.0.8
v2.0.7
What's Changed
- Added passive port enumeration using Shodan Internetdb API by @Mzack9999 in #303
-passive display passive open ports using shodan internetdb api- Added nmap ips grouping by range by @Mzack9999 in #304
- Fixed bug producing duplicate output in JSON format by @LuitelSamikshya in #314
- Fixed Dockerfile to include nmap install by @wellencamass in #299
New Contributors
- @forgedhallpass made their first contribution in #298
- @wellencamass made their first contribution in #299
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
- Fixed bug with
-exclude-cdn, -ecflag by @Mzack9999 in #285 - Fixed bug with
-top-ports, -tpflag 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)