-
Scan multiple IPS root@ubuntu:~/temp# cat host26.txt | while read line; do naabu -top-ports 1000 -host $line -o ./naabu-$line.txt ; done
__
___ ___ ___ _/ / __ __
/ _ \/ _ \/ _ \/ _ \/ // /
/_//_/\_,_/\_,_/_.__/\_,_/ v2.0.5
projectdiscovery.io
Use with caution. You are responsible for your actions
Developers assume no liability and are not responsible for any misuse or damage.
[INF] Running SYN scan with root privileges
[INF] Found 2 ports on host 192.168.26.80 (192.168.26.80)
192.168.26.80:3306
192.168.26.80:22
[INF] Found 1 ports on host 192.168.26.70 (192.168.26.70)
192.168.26.70:135
[INF] Found 1 ports on host 192.168.26.171 (192.168.26.171)
192.168.26.171:139
[INF] Found 1 ports on host 192.168.26.187 (192.168.26.187)
192.168.26.187:22
root@ubuntu:~/temp#
Scan one host
Is it just me? |
Beta Was this translation helpful? Give feedback.
Answered by
0xWi11
Dec 24, 2021
Replies: 1 comment
-
Turn out that the rate is affecting the accuracy, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
0xWi11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turn out that the rate is affecting the accuracy,
-c 3 -rate 20
works fine.