Heyyy! How ya doing?
Finally I have some free time and able to make some more videos! Very excited to learn some more stuff and share it with you guys. 🙂
To start things off smoothly I decided to do a short Python script – a port scanner, which we’ll program in a few lines of code.
This is an idea suggested by a viewer, to do small projects using mobile devices (pyDroid on Android and vim text editor on jailbroken iPhone).
Once you figure out which device you’ll be using, lets get started…
Port Scanner Using Threads
It’s important to use threads for such a program to shorten run time. With that said, we’ll need the system, socket and threading modules.
Recent Comments