Hello everyone, In this article, I’m going to show you how to make a simple port scan tool using Python 🙂 Let’s get started! First of all, import the socket module and specify two inputs for target ip address and port. Next, specify two variables for port range and do not forget to write a comment as always 🙂 Finally,…
Category: Programming
SOCKET MODULE 101 IN PYTHON
Hello everyone, In this article, I’m going to show you how to make a server and client with Python. Let’s get started with the Server side. First of all, get input to your listener IP and port. Then, create a socket to listen to packages. Next, do not forget to write some comment to know what is happening 🙂 In…

