User Info

Log out

Close
GCS
Sign Up >> About Us>> Privacy Policy >> Tutor>>
☰
× Neion About Us Privacy Policy

Account

Logout

Tools

Blur Crypt API

Password Random Generator

About

About US

Terms Of Use

Privacy Policy

Tutor

GCS Learn



Author - GIGOCYBERSPACE
Republished - 22 October 2024


Nmap("Network Mapper") is a free and open source (license) utility for network discovery and security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or servic uptime. And also Nmap allows you to scan your network and discover not only host connected to it, but also a wide variety of information about what"s connected, what services each host is operating, and so on. It allows a large number of scanning techniques, such as UDP, TCP connect(), TCP SYN (half-open), and FTP.


Understanding Nmap

One thing related to Nmap is ping sweep casually called ping. There are like five & six. Ping check if the system is open using the ICMP protocol. ICMP which is short for Internet Control Message Protocol (ICMP) is used to send control messages to network devices and hosts. While ping is a utility tool which receive response of the host if active, network speed and delay time. Here's a little demonstration:



ping -c 4 google.com PING google.com (216.58.223.238) 56(84) bytes of data. 64 bytes of data from google.com (216.58.223.238): icmp_seq=1 ttl=64 time=0.212 ms 64 bytes of data from google.com (216.58.223.238): icmp_seq=2 ttl=64 time=0.174 ms 64 bytes of data from google.com (216.58.223.238): icmp_seq=3 ttl=64 time=0.203 ms 64 bytes of data from google.com (216.58.223.238): icmp_seq=4 ttl=64 time=0.424 ms --- google ping statistics --- 4 packets transmitted, 4 received, 0% percent loss, time 1012ms rrt min/avg/max/mdev = 0.192/0.203/0.223/0.012 ms

So now you see above that it responsed to our ICMP request and we also noticed the delay. Now Nmap is similar, but it"s shows port that are open and available in the system. We are going explain what port are.


nmap gigocyberspace.com Starting Nmap 7.92 ( https://nmap.org ) at 2023-01-06 09:11 WAT Nmap scan report for gigocyberspace.com (46.249.199.34) Host is up (0.15s latency). Not shown: 991 closed tcp ports (conn-refused) PORT STATE SERVICE 21/tcp open ftp 22/tcp filtered ssh 25/tcp filtered smtp 80/tcp open http 111/tcp filtered rpcbind 443/tcp filtered https 587/tcp filtered submission 2222/tcp open EtherNetIP-1 5666/tcp open nrpe Nmap done: 1 IP address (1 host up) scanned in 22.91 seconds

What are ports

Ports in the cyber world are like doors to different rooms. The door to the kitchen can't to go the living room.And the one in dinner room lead to the guest room. That is how port are designed. There are different ports which host different services like the ftp(21), UDP(64688) and also ssh(22). If only the port of httpd(https) is open to can't exploit the server though maybe ssh.



~ $ nmap -p 80 gigocyberspace.com Starting Nmap 7.92 ( https://nmap.org ) at 2023-01-06 11:38 WAT Nmap scan report for gigocyberspace.com (46.249.199.34) Host is up (0.17s latency). PORT STATE SERVICE 80/tcp open http Nmap done: 1 IP address (1 host up) scanned in 14.24 seconds ~ $ nmap -p 443 gigocyberspace.com Starting Nmap 7.92 ( https://nmap.org ) at 2023-01-06 11:38 WAT Nmap scan report for gigocyberspace.com (46.249.199.34) Host is up (0.17s latency). PORT STATE SERVICE 443/tcp filtered https Nmap done: 1 IP address (1 host up) scanned in 15.38 seconds

In the recon, we did a network mapping over two ports port 80 and 443 which is HTTP and HTTPS respectively. Each port has a particular service and each port can not run two services or protocol at a time.And each ports uses different protocol. Some of them are:


  • Internet Protocol (IP)

  • Transmission Control Protocol

  • Secure Shell(SSH)

  • Hyper Text Transmission Protocol Secure(HTTPS)

  • Hyper Text Transmission Protocol (HTTP)

  • Remote Desktop Protocol(RDP)

  • File Transfer Protocol

  • Session Initiation Protocol (SIP)

We use only essential cookies to ensure the proper functionality of our website. By continuing to use our site, you accept the use of these cookies.




©GIGOCYBERSPACE 2022 -
GCS
  • Company
  • Home
  • About us
  • Privacy Policy
  • Terms of Use
  • API Tools
  • Password Randomiser
  • Blur Crypt
  • GCS ChatBot
  • Tutor
  • gcs
  • gcs
  • gcs
  • gcs