def scan_port(target, port, timeout=1): try: sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock.settimeout(timeout) result = sock.connect_ex((target, port ...
There was an error while loading. Please reload this page. A fast, lightweight Python-based port scanner that uses multithreading to scan multiple ports in parallel ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results