Skip to content

indentationLess/portScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

A simple port scanner made in C++

this port scanner uses a socket to initiate a TCP connection to the IP Address and iterates over the port range provided.

How to run

g++ main.cpp -o main

./main

Example output

./main 192.168.1.1 1000
Scanning ports for 192.168.1.1...
Port 53 is open
Port 80 is open
Port 443 is open
Scan complete

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages