User Tools

Site Tools


informatica:linux:nmap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
informatica:linux:nmap [2012/03/16 08:14] joseinformatica:linux:nmap [2015/04/13 20:19] (current) – external edit 127.0.0.1
Line 1: Line 1:
-Listar puertos abiertos:+Listar puertos abiertos:
  
-nmap -sT -O localhost+  nmap -sT -O localhost
  
-Manual para ver conexiones rechazadas:+* Mirar puerto abierto UDP: 
 +# nmap -p <puerto> -sU -P0 <ip> 
 + 
 +Ejemplo: 
 +  #  nmap -p 5060 -sU -P0 10.139.56.4 
 + 
 +  Starting Nmap 5.00 ( http://nmap.org ) at 2013-01-19 20:32 UTC 
 +  Interesting ports on 10.139.56.4: 
 +  PORT     STATE         SERVICE 
 +  5060/udp open|filtered sip 
 + 
 + 
 + 
 +Manual para ver conexiones rechazadas:
  
 http://www.linuxjournal.com/article/6447 http://www.linuxjournal.com/article/6447
 +
 +* Host discovery:
 +
 +  nmap -sn 192.168.1.0/24
 +
 +<code>
 +Starting Nmap 6.00 ( http://nmap.org ) at 2012-09-06 05:59 EDT
 +Nmap scan report for 192.168.1.1
 +Host is up (0.028s latency).
 +Nmap scan report for 192.168.1.199
 +Host is up (0.00031s latency).
 +Nmap done: 256 IP addresses (2 hosts up) scanned in 4.48 seconds
 +</code>
informatica/linux/nmap.1331885693.txt.gz · Last modified: 2015/04/13 20:19 (external edit)