C++ Windows Port Scanner

Windows Port Scanner With Source Code

Can you code for windows in c/c++ if so, continue reading, as we are going to code a basic windows port scanner in the c/c++ language. This is a command line port scanner tool made from source (c++). So, why building a port scanner? and why in c? As the nature or this site, open … Read more

3 easy to use methods for open port checker

open port checker

Sometime we need an easy to use alternative for open port checker under windows, in this article we will talk about the following options to accomplish it, telnet, putty and PowerShell. The telnet command line tool: With modern windows distribution, the telnet command is no longer a build in tool, we need to manually install … Read more

How to check if port is open a step by step guide

When we talk about port checker we need to think both ways, outgoing and incoming after all the server side need to have some kind of a service to listen on the desired port. This can be called an open port, due to the fact that it open, ready for connections. Let’s look deeper on … Read more