naabu icon indicating copy to clipboard operation
naabu copied to clipboard

A fast port scanner written in go with a focus on reliability and simplicity. Designed to be used in combination with other tools for attack surface discovery in bug bounties and pentests

Results 70 naabu issues
Sort by recently updated
recently updated
newest added

### Naabu version: 2.3.1 ### Current Behavior: I made an ip` x.x.x.x` using-host and enabled the`-stats -mp 63636` parameter,But when I request `http://localhost:63636/metrics` , the json returned prompts me that...

Type: Bug

### Naabu version: v2.3.1 ### Current Behavior: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x0 pc=0x104608420] goroutine 36 [running]: net.(*IPConn).WriteTo(0x0, {0x1400126c150,...

Type: Bug

When I run naabu with sudo su, it appears like this without any output ``` naabu -host "34.120.164.219" -top-ports 1000 -json -debug __ ___ ___ ___ _/ / __ __...

Type: Bug

panic: runtime error: invalid memory address or nil pointer dereference [worker 1 ] [signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0xe25485] [worker 1 ] [worker 1 ] goroutine 45 [running]: [worker...

Type: Bug

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. Release notes Sourced from docker/build-push-action's releases. v6.0.0 Export build record and generate build summary by @​crazy-max in docker/build-push-action#1120 Bump @​docker/actions-toolkit from 0.24.0 to 0.26.0...

Type: Maintenance

### Please describe your feature request: Hello currently im using naabu with --nmap-cli. and i want the nmap-cli get outputted bcs i using -oN in the nmap-cli and wont working...

Type: Enhancement

### Naabu version: v2.3.1 ### Current Behavior: When I stop RunEnumerationde with context, I need to wait for a lot of time ### Expected Behavior: Wait for a small amount...

Status: Completed
Type: Bug

### Naabu version: dev ### Current Behavior: ![image](https://github.com/user-attachments/assets/82d020cc-4b54-4385-9a58-f8c17c12681b) v2/pkg/scan/scan_unix.go:126 why there is no `go EthernetWriteWorker()` here? since no handle of ethernetPacketSend chan, the program would hang in EnqueueEthernet func after...

Type: Bug

### Naabu version: 2.3.1 ### Current Behavior: Naabu outputs some IPs that are unrelated to its scanned target. When I try to lookup this IP to hostname, it results in...

Type: Bug

### Naabu version: ``` 2.3.1 ``` ### Current Behavior: ``` N/A ``` ### Expected Behavior: Nmap similar output e.g. ```json {"host":"google.com","ip":"142.251.37.46","timestamp":"2024-07-19T12:08:08.016872298Z","port":80,"protocol":"tcp","tls":false, "version": "xxx", "product": "gws", "type": "http"} ``` ### Steps...

Type: Bug