0% found this document useful (0 votes)
31 views

#1: Scan A Single Host or An Ip Address (Ipv4)

This document provides instructions for scanning a single host or IP address using Nmap. It lists commands to scan a single IP address, scan a host name, and scan a host name with more verbose output to get additional information.

Uploaded by

JhonnySinatra
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views

#1: Scan A Single Host or An Ip Address (Ipv4)

This document provides instructions for scanning a single host or IP address using Nmap. It lists commands to scan a single IP address, scan a host name, and scan a host name with more verbose output to get additional information.

Uploaded by

JhonnySinatra
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

#1: Scan a single host or an IP address (IPv4)

### Scan a single ip address ###


nmap 192.168.1.1

## Scan a host name ###
nmap server1.cyberciti.biz

## Scan a host name with more info###
nmap -v server1.cyberciti.biz

You might also like