Skip to content

Commandline utility for scanning and detecting open ports.

License

Notifications You must be signed in to change notification settings

nirandas/portscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portscan

Scan for open ports. Developed using golang.

Usage

portscan -h yoursite.com -min 1 -max 1024 -c 15

Above command will scan for open ports on yoursite.com starting from port 1 and stopping at port 1024. 15 concurrent connections will be used for the scanning.

## Installation

go install github.com/nirandas/portscan

About

Commandline utility for scanning and detecting open ports.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages