top of page
Dive Into the dynamics of my projects.
Project B: Port Scanner
Port Scanning
Project B of Information Security Bootcamp we are introduced to Python programming thru pycharm 3.9 with an interpreter. However, I do have experience using VSC, this project worked better in Pycharm. Thus wrote the Python program to test the given host for all TCP Open Ports within a range of 1-1025. I was required to accomplish this task by using the standard Python's "socket" library, which took a lot of research for the proper updates and font packages :). This was a fun project to work on from scratch and gave us students great pride in understanding what scanning for vulnerabilities is really about. Please see code below for more details.
Python program code in pycharm 3.9
bottom of page