Skip to content

krishpranav/cport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cport

A simple port scanner built using clang

Building:

$ git clone https://github.com/krishpranav/cport
$ cd cport/cport
$ gcc main.c -o port
  • get the builded release from here