TCP-Port Scanner Python Script

preview_player
Показать описание
Hello Friends, In this Video, I'm gonna show you how you can write simples python TCP-Port Scanner Script.
There are many ways of doing this with Python, and I'm going to do it using the built-in module Socket.

Hope This Video Is Helpful For You

► Connect with me! ◄

★★★Watch my most recent videos playlist★★★

And talking about subscribing, please subscribe to my channel,
if you enjoyed this video and want more how-to, Thanks so much for watching!
Рекомендации по теме
Комментарии
Автор

great video man there is no video like this.(maybe i have not see)
waiting for next one

vizhneh
Автор

Nice Video Brother :)
You are good in editing & programming too

GamingWorld-ybwe
Автор

I want to ask for help....I need to make a program with Python program that should test the given host and it should generate a list of

all the TCP Open ports within the range of 1 to 1025. You are required to accomplish this task by using

standard Python’s “socket” library. Following are the functional requirements:

1. On execution of program system should prompt “Enter a host to scan”. User will provide a host

name

2. System should look for all the ports between the range of 1 to 1025

3. If the Ports is open it should create a file and add an entry for port number

4. In case of any exception for instance “host is not available”, “host name could not be resolved” or

due to any other error you need to write that exception into same file

5. You also need to record starting and ending date and time at the beginning and ending of file

accordingly. It should also show the total time it took in port scanning process

rafy-ivanmorales
Автор

Just crashes after trying to find a port

Antonio