Writing Malware with Python Part 5 - Multi Threading Port Scanner

preview_player
Показать описание
Learning Malware with Python Playlist:

In this video we implement multi threading into our port scanner to speed it up!
Рекомендации по теме
Комментарии
Автор

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:

I only have problems with this 2
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