Tuesday, December 14, 2021

NMAP - Network Mapper : Scanning Localhost

I am going to use localhost to scan for the ports and the applications that uses...
 
Use the following command to scan localhost
 
$ nmap localhost
 
The result of the execution would be summarized as the image given below...
 

As you can see from the image the list of open ports and the services that uses it....other applications can connect through the port to access the required services...

No comments:

Post a Comment

Addressing Modes of 8080 / 8085 MicroProcessor

Hi,   In this post I am going to talk about different addressing modes of 8080/8085...without much talking let us get into the topic.   Ther...