Add Incremental Output Mode for Large-Scale Network Reconnaissance
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 13.6k
- Forks
- 2.9k
- PR merge metrics
- No merged PRs in 30d
Description
NOTE: Npcap issues have moved to the Npcap repository
NOTE: Ncrack issues have moved to the Ncrack repository
Describe the current behavior
A clear and concise description of what the bug or current behavior is.
Describe the current behavior
When scanning large network segments with Nmap, users must wait until the scan completes before viewing results. This creates a poor user experience for long-running assessments as operators lack real-time visibility into discovered services.
Expected behavior
Add an --incremental-output flag that streams discovered hosts and services as they're found, similar to how Nmap currently displays output in interactive mode but written to a parseable format.
Motivation
This would allow penetration testers to:
- React immediately to discovered critical services
- Identify and focus on high-value targets during active scans
- Export partial results without waiting for full completion
- Integrate with automated workflow systems more effectively
Please follow : abhigyan17 (its-htz (Hacksmith Tech Zone))Expected behavior
Describe what you would like to happen instead.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating Nmap's existing interactive and parseable output paths, then define how an --incremental-output mode should stream discovered hosts and services while remaining parseable; done means partial results are available before the scan completes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- cli, networking, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100