Skip to content

Releases: projectdiscovery/naabu

v2.1.1

25 Oct 21:49
d5a355b

Choose a tag to compare

What's Changed

echo AS15133 | naabu
echo AS15133 | naabu -pts 100

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

31 Jul 15:28
03034c5

Choose a tag to compare

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

26 Jul 12:02
0cb94f9

Choose a tag to compare

What's Changed

  • Fixed socket: permission denied error on 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

22 Jul 21:19
4995e47

Choose a tag to compare

What's Changed

Issues closed in release: https://github.com/projectdiscovery/naabu/milestone/4?closed=1

New Contributors

Full Changelog: v2.0.7...v2.0.8

v2.0.7

10 May 16:18
901fd55

Choose a tag to compare

What's Changed

   -passive               display passive open ports using shodan internetdb api

New Contributors

Full Changelog: v2.0.6...v2.0.7

v2.0.6

31 Mar 11:18
51cdc9f

Choose a tag to compare

What's Changed

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

12 Oct 19:01
b6bca90

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.0.5

Bugfix release

19 Jun 18:10
65e91f1

Choose a tag to compare

Changelog

a014e62 Fixed an issue with missing valid ports
4f5a628 Fixed an issue causing nabau to hang
e45b5fd Fixed an issue with temporary file cleanups
ca373eb Fixed an issue with the output file extension
162fe2c Multiple workflow improvements

v2.0.3

12 Dec 05:39
ce92dec

Choose a tag to compare

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

23 Sep 20:37

Choose a tag to compare

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)