Skip to content

Releases: projectdiscovery/naabu

Bugfix release

19 Jun 18:10
65e91f1
Compare
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
Compare
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
Compare
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)

v2.0.1

23 Sep 16:49
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/projectdiscovery/naabu

v2.0.0

22 Sep 20:34
Compare
Choose a tag to compare
bugfix runas

v1.1.4

13 Jul 17:27
b924ab5
Compare
Choose a tag to compare

Changelog

94906e0 lowered connect scan default rate
8a53ba8 adding debug
e39d358 parameters tuning
7dde797 Adding asn2cidr helper script

v1.1.3

10 Jun 14:59
208c6e5
Compare
Choose a tag to compare

Changelog

208c6e5 version update
7243c84 Merge pull request #41 from projectdiscovery/Mzack9999-patch-1
0a99d73 Update .goreleaser.yml
11fb781 added details about helper script
971c6e9 updating prepare4nmap.sh
c1fc20e adding more nmap helper script

1.1.3

21 Jun 09:43
208c6e5
Compare
Choose a tag to compare

Changelog

208c6e5 version update
7243c84 Merge pull request #41 from projectdiscovery/Mzack9999-patch-1
0a99d73 Update .goreleaser.yml
11fb781 added details about helper script
971c6e9 updating prepare4nmap.sh
c1fc20e adding more nmap helper script

v1.1.2

06 Jun 21:33
b4ebd6b
Compare
Choose a tag to compare

Changelog

ed884ae Added exclude ips
fedf112 Added cidr support
b4ebd6b Added feature-socket-only
d081c8c Added nmap helper
837448c Bugfix with json-output

Added Ping Hosts + Fixing 32 bit bugs

16 Mar 19:05
d49cf48
Compare
Choose a tag to compare

Changelog -

  1. Added ping probes for host verification in PR #11
  2. Fixed 32 bit arch issue #17

Various misc tweaks to offer better experience.