Add scan progress #947
jagnjilo1234
started this conversation in
General
Replies: 1 comment
-
Just use the $ echo 192.168.5.0/24 | naabu -p 1-65000 -rate 1 -stats -verbose -debug -Pn
__
___ ___ ___ _/ / __ __
/ _ \/ _ \/ _ \/ _ \/ // /
/_//_/\_,_/\_,_/_.__/\_,_/
projectdiscovery.io
[INF] Current naabu version 2.2.1 (latest)
[INF] Running CONNECT scan with non root privileges The stats are available at $ curl http://127.0.0.1:63636/metrics
{"ports":65000,"retries":3,"hosts_with_port":0,"duration":"0:00:10","total":49920000,"errors":0,"hosts":256,"startedAt":"2024-01-30T14:14:07.821026+01:00","packets":2} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
![image](https://private-user-images.githubusercontent.com/68823777/299798915-7e434391-e6d0-4166-894c-18474fd79b06.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDU0NDcsIm5iZiI6MTczOTAwNTE0NywicGF0aCI6Ii82ODgyMzc3Ny8yOTk3OTg5MTUtN2U0MzQzOTEtZTZkMC00MTY2LTg5NGMtMTg0NzRmZDc5YjA2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA4NTkwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFmZTVhYzI1ZDBiNGY3ZWNlNmQ5YzYxNThjMmU5OTM2MDY1ZWUzZTMzODAzNmM4NDAxZDQ2M2Q5NDkzODliYzEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.dFAUBb6j9oxZU0qtj_aUVHm5e3lY6cdc1Pi5d486uKs)
I apologize if this is something that has already been implemented, I cannot seem to figure it out. Is there a way to track what percentage of ports was already scanned? For example, masscan has this output printed to the terminal while the scan is running
I am once again sorry if this was already implemented, for me it would matter because I would like to make a web endpoint where I can track my scan progress, and therefore I'm trying to find ways to actually check it through the CLI.
Thanks :D
Beta Was this translation helpful? Give feedback.
All reactions