Skip to content

depuc/tcp-port-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

TCP Port Scanner

A simple command-line TCP port scanner written in C using the sockets API.
It scans a given range of ports on a specified IPv4 address and reports whether each port is open or closed.

๐Ÿ› ๏ธ Compilation

Clone this repository

git clone https://github.com/depuc/tcp-port-scanner.git

Run

make

To Manually compile the code, use gcc:

gcc portscanner.c -o portscanner

๐Ÿš€ Usage

Manually

./portscanner <IPv4> <Start_Port> <End_Port>

About

A simple CLI-TCP port scanner written in C using sockets API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published