mdrokz / port_scanner

an port scanner that scans ports from a given hostname or ip address from an range of ports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

an port scanner that scans ports from a given hostname or ip address from an range of ports


Languages

Language:C 85.6%Language:CMake 14.4%