Building a Port Scanner Using Python

preview_player
Показать описание
If you have any questions, requests or suggestions feel free to post them in the comments section below or on our community social network pages.

Connect With Us!
-------------------------------

Thanks for watching
Рекомендации по теме
Комментарии
Автор

I'm a new student trying to learn, so I can become a programmer with python and I have a project on how to make a port scan.

So far I already make a port scan with Python3, and it scans fine, give a date and everything working good so far.

I see on your video tutorial, it is very good.

I would like to ask for your advice if you can and guide me on how I will add this 3
in a Python script, I have:

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 the same file.


Thank you and Merry Christmas.

rafy-ivanmorales
Автор

Is there a code to block specific user defined ports in a system?

pavithras