In the previous blog, we have created a program that scan target machine for open ports. Used for loop and specified range from 1 to 100More
Tag Archives: Network
Finding whether services are open for ports between 1 to 100
We will create a program that will find whether any port is open between 1 to 100. We will be scanning ports on target machine ‘1.1.1.1’More
Program to find service name for multiple ports and saving the output into a text file
In this blog, we will be writing a program that identify service name for port number and save the result into text file. Later we can open the text file to check the resultMore
Finding service name for the given port numer
This blog finds service name for the port number entered by user.More
Finding hostname by IP Address
This blog uses gethostbyaddr() function in socket module to find hostnameMore
Finding IP address of website
In this blog, we will find IP address of a website using Python socket module.More