theinit01 / portscanner

A Python port scanner (TCP)
MIT License
3 stars 6 forks source link

Make the script multi-threaded #11

Closed theinit01 closed 1 year ago

theinit01 commented 1 year ago

Add multi-threading or asynchronous scanning to speed up the scan process. This can help scan multiple ports simultaneously, making the script more efficient.

Rishika631 commented 1 year ago

Please assign this to me. Thank you.

Rishika631 commented 1 year ago

I have raised a PR for this. Do let me know if any more changes are needed then.