https://github.com/kenec/port-scanner
https://github.com/kenec/port-scanner
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kenec/port-scanner
- Owner: Kenec
- License: mit
- Created: 2020-04-03T07:20:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T08:58:34.000Z (about 6 years ago)
- Last Synced: 2025-04-07T06:19:37.134Z (about 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# port-scanner
There are 65,535 total TCP Ports and 65,535 total UDP Ports in a computer.
"A port number is a 16-bit unsigned integer, thus ranging from 0 to 65535. For TCP, port number 0 is reserved and cannot be used, while for UDP, the source port is optional and a value of zero means no port. " - [-wikipedia](https://en.wikipedia.org/wiki/Port_(computer_networking))