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

## Description This PR implements automatic host discovery as described in #361 Probably still to improve the console output to inform the user about what is going on. ## Example...

Status: Review Needed
Type: Enhancement

Bumps [github.com/projectdiscovery/mapcidr](https://github.com/projectdiscovery/mapcidr) from 1.0.1 to 1.0.2. Release notes Sourced from github.com/projectdiscovery/mapcidr's releases. v1.0.2 What's Changed Added IP range input support by @​ShubhamRasal in projectdiscovery/mapcidr#99 echo 10.40.0.0-10.40.0.2 | ./mapcidr -silent 10.40.0.0...

Type: Maintenance

### Naabu version: ### Current Behavior: ### Expected Behavior: ### Steps To Reproduce: ### Anything else:

Type: Bug

I tried to use the sock5 proxy to scan, but it seems that it doesn't work. The traffic can't get through. ![image](https://user-images.githubusercontent.com/40236845/190304568-d70533d4-4405-4c11-9e0b-58a9cab1e0d9.png)

Type: Bug

在测试一些ip的时候,实际ip 25,110 端口未开放,但是扫描却显示目标端口开发。 如下是nabbu的检测结果 ![image](https://user-images.githubusercontent.com/52700174/188857135-5b5ab535-33db-453e-af7d-b3ee5f8550d3.png) 如下是在线端口扫描工具的结果 ![image](https://user-images.githubusercontent.com/52700174/188857361-02970f90-e2bd-4fcc-9911-06490c463976.png)

Type: Bug

### Naabu version: `master/main` and `dev` ### Current Behavior: The third-party library https://github.com/phayes/freeport has some limitations: - It doesn't check the casting result at https://github.com/phayes/freeport/blob/74d24b5ae9f58fbe4057614465b11352f71cdbea/freeport.go#L19, potentially resulting in nil crash...

Priority: Medium
Type: Enhancement
Type: Maintenance

This PR implements the following changes: - Global pcap handler with demultiplexed pre-allocated network worker pool via source port (closes #952 and #937) - Scan Shutdown via `context` (closes #698...

Type: Enhancement

Hello, hopefully this is correct: Looking at the library the functionality for the callback seems to give access to just `*result.HostResult ` ``` OnResult: func(hr *result.HostResult) {} ``` Result pkg...

Type: Enhancement
Type: Question

Bumps [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) from 1.0.46 to 1.0.48. Release notes Sourced from github.com/projectdiscovery/retryablehttp-go's releases. Release v1.0.48 1.0.48 (2024-02-18) Release v1.0.47 1.0.47 (2024-02-11) Commits 1dc871c Merge pull request #212 from projectdiscovery/dependabot/go_modules/main/gith... ffc779d Merge...

Type: Maintenance

Bumps [github.com/projectdiscovery/ipranger](https://github.com/projectdiscovery/ipranger) from 0.0.33 to 0.0.34. Release notes Sourced from github.com/projectdiscovery/ipranger's releases. Release v0.0.34 0.0.34 (2024-02-18) Commits ff312de Merge pull request #119 from projectdiscovery/dependabot/go_modules/main/gith... c2f9974 chore(deps): bump github.com/projectdiscovery/utils 66e9dd6 Merge...

Type: Maintenance