/port_scanner

This script will attempt to connect to a range of ports on a specified host to see if they are open. You can adjust the range of ports you want to scan according to your needs.

Primary LanguagePython

Python Port Scanner

This Python Port Scanner is a simple yet effective tool designed for network administrators and cybersecurity professionals. It scans a specified IP address to identify open ports, helping assess potential network vulnerabilities. The script uses the socket library to attempt connections to a range of ports on the specified IP address. Ports that accept connections are reported as open.

Features

  • Fast Scanning: Utilizes concurrent connections for fast scans.
  • Range Selection: Scans a specified range of ports.
  • User-Friendly: Easy to use with command-line interface.