Tag: nmap
Python nmap port scanner
Learn how to create both a Python sockets and a Python nmap port scanner. These are the beginning of a journey into Python Ethical hacking.================Scripts using regex:================Socket method: https://github.com/davidbombal/red-python-scripts/blob/main/port_scanner_regex.pynmap method:...