Create a Multithreaded Port Scanner with Python

Опубликовано: 29 Август 2024
на канале: WittCode
85
10

Learn how to create a multithreaded port scanner with Python. We will go over TCP, how multiple threads speed up a program, and how port scanners work under the hood.

Become a Better Developer
📚 https://courses.wittcode.com

My Software
📡 WittCepter - https://chromewebstore.google.com/det...
🪵 ConsoleLog - https://chromewebstore.google.com/det...

Download Code
👨‍💻 https://blog.wittcode.com

⌛ Timestamps
0:00 - Introduction
0:05 - Project Demonstration
0:38 - Disclaimer
0:44 - How Port Scanners Work
1:25 - How Threads Speed Up the Port Scanner
1:57 - Coding
7:23 - Running the Application
8:17 - Multithreading and Multiprocessing
8:46 - Firewalls and Security
9:16 - Outro