https://github.com/mdrokz/port_scanner
an port scanner that scans ports from a given hostname or ip address from an range of ports
https://github.com/mdrokz/port_scanner
c c-programming cmake ipv4 network networking socket-programming threading unix
Last synced: 3 months ago
JSON representation
an port scanner that scans ports from a given hostname or ip address from an range of ports
- Host: GitHub
- URL: https://github.com/mdrokz/port_scanner
- Owner: mdrokz
- Created: 2020-07-23T11:45:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T13:20:11.000Z (about 5 years ago)
- Last Synced: 2025-06-17T08:06:53.550Z (4 months ago)
- Topics: c, c-programming, cmake, ipv4, network, networking, socket-programming, threading, unix
- Language: C
- Homepage:
- Size: 51.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# port_scanner
an port scanner that scans ports from a given hostname or ip address, this uses full tcp connection to establish if port is open or closed# platforms
runs in unix platforms or you can use WSL 2 in windows to run# how to run
you have to provide a hostname or ip address,a start port and an end port in the cmd/bashexample -
www.google.com
80
443
