Port scanner using Python

1
2
#!/usr/bin/env python
import socket
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Small and easy-to-use port scanner program written in Python using the built-in module Socket.

This small port scanner program tries connect on every port you define for a particular host.

#portScanner #port #scanner #python #socket


#cesarnog

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.