A simple port scanner using a few lines of Python 3 code.
This is a fast (threaded) scanner on ports ranging from 1 to 1024.
Feel free to modify for your own port ranges and settings.
Note that we can run it from a terminal like:
python3 portscanner.py host.com
python3 portscanner.py 192.168.1.1
…and so on giving it first argument.
Check out article and code here:
https://codeonby.com/2020/04/21/port-…
Subscribe: https://www.youtube.com/channel/UC6WJoKEufFQT87BX1l_IRVQ
#python