SpaceCraftTR / SpaceScanner

Port scanner that is written by using SpaceSockets2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpaceScanner

Port scanner that is written by using SpaceSockets2.

SpaceScanner is actually an example app to show the capabilities of SpaceSockets2.

How does SpaceScanner work?

SpaceScanner tries to connect to each port number that is in given range by user. If it can, it means that port is working and available for connections.

Compilation

It can be compiled like a "hello world" application.

g++ SpaceScanner.cpp -o SpaceScanner

Disclaimer

SpaceScanner is licenced under the terms of MIT licence.

About

Port scanner that is written by using SpaceSockets2.

License:MIT License


Languages

Language:C++ 100.0%