Skip to content

This CLI tool executes a TCP port scan on a list of hosts similarly to the Nmap command.

License

Notifications You must be signed in to change notification settings

karapetianash/pScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

pScan - short for Port Scanner - executes TCP port scan on a list of hosts. pScan allows you to add, list, and delete hosts from the list. pScan executes a port scan on specified TCP ports. You can customize the target ports using a command line flag. The utility also supports autocompletion.

Full documentation is also available here.

Usage

To build the app, run the following command in the root folder:

$ go build .

Above command will generate pScan file. This name is defined in the go.mod file, and it will be the initialized module name.

After that you can run the program using the cmd.
Example of adding a new host to list:

$ ./pScan.exe hosts add 168.168.0.192"

Options

      --config string       config file (default is $HOME/.pScan.yaml)
  -h, --help                help for pScan
  -f, --hosts-file string   pScan hosts file (default "pScan.hosts")

About

This CLI tool executes a TCP port scan on a list of hosts similarly to the Nmap command.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages