Today I am going to go through a python scanner included in the learning path of pnpt-live. The script is very simple and will have many flaws, but can be used as POC. Find the script here #!/bin/python import sys
import socket
from datetime import datetime try: …