Skip to content

Python Portscanner to scan for open ports on a host system

Notifications You must be signed in to change notification settings

LuciferUchiha/Portscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Portscanner

Table of Contents

Disclaimer

This project is for educational purposes only. Don't use this for illegal activities. You are the only responsible for your actions.

About The Project

As mentioned above this portscanner was created for educational purposes as I wanted a small python project to work on.

This portscanner hast multithreading and has a progressbar to track how much of the scan is done. To do a full scan, all 65536 ports takes for me just over 1 hour. Screenshot 2021-09-15 at 13 49 37

Port Scanning is actively looking for open ports on a host or system to then possibly use for a exploit or attack on that system. More on portscanners

Usage

usage: portscanner.py [-h] [-s STARTPORT] [-e ENDPORT] host

positional arguments:
  host                  Hostname or IP of host system to be scanned

optional arguments:
  -h, --help            show this help message and exit
  -s STARTPORT, --startPort STARTPORT
                        Port number to start scan (0-65535)
  -e ENDPORT, --endPort ENDPORT
                        Port number to end scan (0-65535)

About

Python Portscanner to scan for open ports on a host system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages