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.
- Host: GitHub
- URL: https://github.com/webklex/tcpc
- Owner: Webklex
- License: mit
- Created: 2022-02-12T19:24:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T05:57:20.000Z (over 4 years ago)
- Last Synced: 2025-01-30T19:55:47.684Z (over 1 year ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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