Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 392 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 392 Bytes

python-projects: This repo will contain implementations of various python tutorials and courses as well as some personal projects

Feel free to use any of the code used here to learn

link-checker.py:

Is a script to check if the subdomain/url returns valid http response.

port-scanner.py:

Is a script to scan for open ports on a given host utilizing multithreading