03-30-2023, 03:42 PM
USING TAG
-iR (number of IPs to scan)
instead of a the usual host address will scan ANY number of absolutely random IPs, with any type of scan you want. If you set the number after the tag to 0 it will continue to scan random IPs and not stop until you terminate it.
-iR 25
Will scan 25 random IP addresses. We can use this method to find random TELNET services, like so
nmap -p23 --open -iR 25
-iR (number of IPs to scan)
instead of a the usual host address will scan ANY number of absolutely random IPs, with any type of scan you want. If you set the number after the tag to 0 it will continue to scan random IPs and not stop until you terminate it.
-iR 25
Will scan 25 random IP addresses. We can use this method to find random TELNET services, like so
nmap -p23 --open -iR 25
Code:
Nmap scan report for 131.91.196.177
Host is up (0.20s latency).
PORT STATE SERVICE
23/tcp open telnet
Nmap scan report for 16.137.68.154
Host is up (0.24s latency).
PORT STATE SERVICE
23/tcp open telnet
Nmap scan report for 147.241.196.85
Host is up (0.24s latency).
PORT STATE SERVICE
23/tcp open telnet
Nmap scan report for apn3g.y1.68.x.attmex.mx (201.175.191.68)
Host is up (0.24s latency).
PORT STATE SERVICE
23/tcp open telnet
Nmap scan report for dsl-201-114-13-248-dyn.prod-infinitum.com.mx (201.114.13.248)
Host is up (0.20s latency).
PORT STATE SERVICE
23/tcp open telnet
Nmap scan report for 7.55.125.150
Host is up (0.24s latency).
PORT STATE SERVICE
23/tcp open telnet
Nmap scan report for 109-227-90-47.dynamic-pool.mclaut.net (109.227.90.47)
Host is up (0.24s latency).
PORT STATE SERVICE
23/tcp open telnet
Nmap scan report for 77-254-143-76.adsl.inetia.pl (77.254.143.76)
Host is up (0.24s latency).
PORT STATE SERVICE
23/tcp open telnet
Nmap scan report for 132.8.113.217.auto.web.am (217.113.8.132)
Host is up (0.24s latency).
PORT STATE SERVICE
23/tcp open telnet
Nmap scan report for 192.237.86.9
Host is up (0.20s latency).
PORT STATE SERVICE
23/tcp open telnet
Nmap scan report for 145.12.95.171
Host is up (0.24s latency).
PORT STATE SERVICE
23/tcp open telnet
Nmap scan report for 199.152.113.107
Host is up (0.24s latency).
PORT STATE SERVICE
23/tcp open telnet
Nmap scan report for 36.187.13.147
Host is up (0.24s latency).
PORT STATE SERVICE
23/tcp open telnet
Nmap scan report for 18.241.2.211
Host is up (0.20s latency).
PORT STATE SERVICE
23/tcp open telnet
Nmap scan report for 33.212.93.239
Host is up (0.20s latency).
PORT STATE SERVICE
23/tcp open telnet
Nmap done: 15 IP addresses (15 hosts up) scanned in 13.89 seconds