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

19 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

Installation is only available on homebrew for now. Run:

    brew tap nelwhix/nelwhix
    brew install pscan 

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