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

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

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/bash

example -

www.google.com

80

443

![alt text](https://github.com/mdrokz/port_scanner/blob/master/examples/example.png?raw=true)