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 revisionBoth sides next revision
informatica:linux:nmap [2012/03/16 08:14] joseinformatica:linux:nmap [2012/09/06 10:01] javi
Line 1: Line 1:
-Listar puertos abiertos:+Listar puertos abiertos:
  
-nmap -sT -O localhost+  nmap -sT -O localhost
  
-Manual para ver conexiones rechazadas:+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.txt · Last modified: 2015/04/13 20:19 by 127.0.0.1