User Tools

Site Tools


informatica:linux:nmap

Differences

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

Link to this comparison view

Next revision
Previous revision
informatica:linux:nmap [2009/11/05 07:47] – editor externo 127.0.0.1informatica:linux:nmap [2015/04/13 20:19] (current) – external edit 127.0.0.1
Line 1: Line 1:
-1. Descargar desde http://insecure.org/nmap/download.html+* Listar puertos abiertos:
  
-En este caso descargo la versión 4.11+  nmap -sT -O localhost
  
-2. tar xvfj nmap-4.11.tar.bz2+* Mirar puerto abierto UDP: 
 +nmap -p <puerto> -sU -P0 <ip>
  
-3. cp -R nmap-4.11 /usr/local+Ejemplo: 
 +  #  nmap -p 5060 -sU -P0 10.139.56.4
  
-4cd /usr/local/nmap-4.11+  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
  
-5. 
  
 +
 +* Manual para ver conexiones rechazadas:
 +
 +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.1257407274.txt.gz · Last modified: 2015/04/13 20:19 (external edit)