Skip to content

This is a simple port scanner written in Python3 script. You can run a scan on any one particular host or over a given range of IP addresses. Download the script on your local machine and use as follows.

License

Notifications You must be signed in to change notification settings

Morbius00/Port-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Star Badge Open Source Love

Simple Port Scanner🖨️

This is a simple port scanner written in Python3 script. You can run a scan on any one particular host or over a given range of IP addresses.

Download the script on your local machine and use as follows.

Usage

  • Single host - scans a single IP address

    ./scanner.py <IP address> <start port> <end port>

    Example:./scanner.py 192.168.0.17 1 65535

  • Network scan - scans a range of IP addresses

    ./scanner.py <network> <start port> <end port> -n

    Example:./scanner.py 192.168.0 1 65535 -n

About

This is a simple port scanner written in Python3 script. You can run a scan on any one particular host or over a given range of IP addresses. Download the script on your local machine and use as follows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages