Skip to content

Portscanner written in Python3. Scan any open port on your network!

License

Notifications You must be signed in to change notification settings

AfnanBinAbbas/PortScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Port Scanner

This is a simple port scanner implemented in Python.

Overview

This port scanner allows you to scan a range of ports on a target host to check which ports are open.

Features

  • Scan a range of ports on a target host
  • Display open ports

##Implementation

  1. Go to the directory in which the script is present.

  2. Open terminal and,

  3. Run the script:

    python3 portscanner.py <ip_address>

Usage

Replace <ip_address> with the IP address or hostname of the target you want to scan.

Contributing

Contributions are welcome! Please feel free to submit a pull request.

License

Refer to the License attached

About

Portscanner written in Python3. Scan any open port on your network!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages