projectdiscovery / naabu

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
https://projectdiscovery.io
MIT License
4.69k stars 547 forks source link

[Feature Request] Would be great a stealth/passive/aggressive arg option #4

Closed Mzack9999 closed 4 years ago

Mzack9999 commented 4 years ago

Would be great a stealth/passive/aggressive arg option

Originally posted by @bsysop in https://github.com/projectdiscovery/naabu/issues/2#issuecomment-577159206

Mzack9999 commented 4 years ago

@bsysop I've opened a new issue with your request for better tracking and plan the development. What you are requesting can be already accomplished with the rate parameter. I'm not sure if I fully understand the meaning of passive, did you mean normal speed? Of course if it can be useful we can add some pre-configured template settings like T1, T2, T3, T4, T5 of nmap, I suppose you are requesting this.

bsysop commented 4 years ago

Hi @Mzack9999, you right is the rate, passive is a normal scan (nmap T1/T2) and agressive is a T4 (T5 fails in many cases, could lead to anothers naabu bugs or lead to more controls)

I said just three templates for simplify, i think most of scans resume in that

ehsandeep commented 4 years ago

Hey @bsysop, we could do that, but that would bloat the CLI by adding additional complexity. What you are asking is easily possible using the rate parameter. Hence, I will close this issue.

Thanks for the interest in this project.

bsysop commented 4 years ago

You right! Thanks @bauthard