https://github.com/hiroakis/portscan
https://github.com/hiroakis/portscan
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiroakis/portscan
- Owner: hiroakis
- Created: 2015-07-26T06:30:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T08:30:30.000Z (almost 11 years ago)
- Last Synced: 2025-02-14T16:39:43.492Z (over 1 year ago)
- Language: Go
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# portscan
A simple portscan tool written in golang.
# Installation
```
go get github.com/hiroakis/portscan
```
# Usage
* scan tcp ports from 1-1024 on local machine
```
portscan
```
* scan tcp ports from 80-11211 on remote machine
```
portscan -host=REMOTE_MACHINE -lower=80 -upper=11211
```
If you get `too many open files` error freaquentry, increase file descriptors using `ulimit -n 65536`.
# LICENSE
MIT.