Click here to Skip to main content
15,884,425 members
Articles / Desktop Programming / MFC
Article

A simple Windows port scanner

Rate me:
Please Sign up or sign in to vote.
1.38/5 (18 votes)
20 May 2003 94.9K   2.4K   36   12
A simple Windows port scanner

Introduction

This project is a simple windows port scanner which can be very useful for checking your machine to make sure it is locked down! I am not responsible for misuse of this application so by building it you assume responsibility for its use!

The application creates threads which attempt to connect to the supplied ip address and using the range of port numbers supplied. In this approach the effects of connection timeouts is minimized and the application can process a range of port numbers in a relatively short amount of time.

 

Screen Shot

Sample screenshot

 

Enjoy!

 

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
I enjoy working with C#, Java, Perl and C++

Comments and Discussions

 
GeneralDetect Remote IP Pin
abhay4u4-Feb-09 19:56
abhay4u4-Feb-09 19:56 
GeneralHelp Pin
emdungbe20-May-08 19:09
emdungbe20-May-08 19:09 
GeneralA simple windows port scanner 2 - modified by ice911 Pin
ice91126-Jul-03 18:09
ice91126-Jul-03 18:09 
Questionloopback address?!? Pin
ice91126-Jul-03 10:12
ice91126-Jul-03 10:12 
AnswerRe: loopback address?!? Pin
Rod VanAmburgh26-Jul-03 14:31
Rod VanAmburgh26-Jul-03 14:31 
GeneralRe: loopback address?!? Pin
ice91126-Jul-03 18:19
ice91126-Jul-03 18:19 
GeneralLack of content in article Pin
Paul Evans26-May-03 22:00
Paul Evans26-May-03 22:00 
QuestionWill work on NT? Pin
Ammar26-May-03 20:48
Ammar26-May-03 20:48 
GeneralOne Word Pin
Blake Coverett21-May-03 7:41
Blake Coverett21-May-03 7:41 
GeneralMe, too. Pin
Uwe Keim20-May-03 19:37
sitebuilderUwe Keim20-May-03 19:37 
GeneralRe: Me, too. Pin
Neville Franks21-May-03 0:43
Neville Franks21-May-03 0:43 
GeneralRe: Me, too. Pin
Uwe Keim21-May-03 6:28
sitebuilderUwe Keim21-May-03 6:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.