Skip to content

zdmwi/pscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

pscan

pscan is a python program developed for basic port scanning on a network.

Usage

usage: pscan [-h] [--ports PORTS [PORTS ...]] [--network]
             [--range RANGE RANGE]
             ip

positional arguments:
  ip                    the IP address of the machine to be scanned

optional arguments:
  -h, --help            show this help message and exit
  --ports PORTS [PORTS ...], -p PORTS [PORTS ...]
                        the ports to be tested by the scanner
  --network, -n         include to perform a network wide search
  --range RANGE RANGE, -r RANGE RANGE
                        the upper and lower range of ports to be scanned

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A simple python port scanner.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages