Skip to content

claytree82/Python-port-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Python Port Scanner

Description

This is a Python port scanner that allows users to scan for open ports on a remote host. The script takes a user input for the remote host and scans all ports between 1 and 65535 using a thread pool to enable the scanning of multiple ports at once. Once the scan is completed, the script outputs the list of open ports and the time it took to complete the scan. This script is designed for network administrators or security experts who want to ensure that their network is secure by identifying and securing open ports.

Languages Used

  • Python

Platforms Used

  • Kali Linux

Example of scan (ports 1-5000)


Log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages