Skip to content

CLI based Network Port Scanner using Socket in Python 3.

Notifications You must be signed in to change notification settings

gopalcnepal/Network-Port-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Network-Port-Scanner

CLI based Network Port Scanner using Socket in Python 3. The output will show only open ports. Check Features section.

Uses Socket and argparse module.

Usage:

python3 port_scanner.py -h

This will give you description and example to use the script.

Options:

  • Provide host IP
  • Provide List of Ports to scan
  • OR Provide port range to scan
  • Display Banner information or not

Features

  • Hostname Look up
  • Provide Scan time
  • Provide Total Scan Ports
  • Service name for open ports

About

CLI based Network Port Scanner using Socket in Python 3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages