var unreadAlerts = '1';
You have one unread private message from dkota titled Welcome to the Forum!

Nmap Random Quick Scan
#1
 
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

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
Report
#2
Wow i search taht long time

Wow i search taht long time
Reply Quote // Report


Quick Reply
Message
Type your reply to this message here.



Possibly Related Threads…
Thread Author Replies Views Last Post
  Nmap Cheat sheet , An0nKush 4 307 04-15-2023, 11:51 AM
Last Post: MistaKiddie



Users browsing this thread: purely_cabbage
var thread_deleted = "0"; if(thread_deleted == "1") { $("#quick_reply_form, .new_reply_button, .thread_tools, .inline_rating").hide(); $("#moderator_options_selector option.option_mirage").attr("disabled","disabled"); }