An open API service indexing awesome lists of open source software.

https://github.com/webklex/tcpc

A simple, single threaded and minimalistic port checker.
https://github.com/webklex/tcpc

Last synced: about 1 year ago
JSON representation

A simple, single threaded and minimalistic port checker.

Awesome Lists containing this project

README

          

# TCPC - TCP Port Checker

A simple, single threaded and minimalistic port checker.

## Usage
```shell
USAGE:
tcpc [OPTIONS]

ARGS:
The target to scan

OPTIONS:
-s, --start_port Lowest port [default: 0]
-m, --max_port Highest port [default: 65535]
-d, --delay Delay between two port checks in seconds [default: 1]
-t, --timeout Connection timeout in seconds [default: 10]
-o, --output File the output should be written to [default: ]
-q, --quiet Dont print anything into std
--socket Print the entire socket instead of the port alone
-V, --version Print version information
-h, --help Print help information
```

## License
The MIT License (MIT). Please see [License File][link-license] for more information.

[link-license]: https://github.com/Webklex/tcpc/blob/master/LICENSE