Skip to content
/ pScan Public

A CLI tool to scan for active ports on a host address

License

Notifications You must be signed in to change notification settings

Nelwhix/pScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pScan

A CLI tool that scans the ports on a host address and tells you which is open and closed.

Installation

Commands

To add a new host write

    ./pScan hosts add [host-address]

You can also list out the hosts the CLI is monitoring with:

    ./pScan hosts list

To scan the ports on the hosts run:

    ./pScan scan -p 8080,8000,443

replace 8080 etc. with the ports you want to check if closed

a closed port means it is free for use, an open port means it is in use

To kill a port, run:

    ./pScan kill -p 8000

the command will ask for confirmation and if you agree the port is closed.

About

A CLI tool to scan for active ports on a host address

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages