文件名称:PortScan
- 所属分类:
- 网络截获/分析
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-06-14
- 文件大小:
- 1.64mb
- 下载次数:
- 0次
- 提 供 者:
- 李*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
适合做毕业论文。。。
软件主要完成对目标主机端口的扫描。软件可以判断用户输入的IP 地址及选择多端口扫描时所输入的端口号是否正确,并把扫描的结果输出到扫描结果视图当中。软件的核心是多线程扫描和扫描结果输出的实现。此外,软件有把结果视图中的结果保存到用户指定的路径和文件中的功能。
主要实现的功能包括:
(1)测试主机某个端口或某些端口范围是否打开。
(2)扫描单个或多个端口的单选按钮。
(3)实现多线程扫描。
(4)将扫描到的结果输出到扫描结果视图中。
(5)“开始”“停止”及“扫描结果保存”功能的实现。
(6)提供友好的用户界面。操作简单,不需要计算机专业人员。
-Suitable thesis. . . Software, mainly to complete the target host port scanning. Software can determine the IP address of the user input and select multiple port scan the input port number is correct, and the results of the scan output to view the scan results were. The core software is multi-threaded scanning and scan results output is achieved. In addition, the software has the results view save the results to a user-specified path and file functions. The main functions include: (1) test the host range of a port or some ports are open. (2) scan single or multiple ports radio button. (3) multi-threaded scanning. (4) the results of the scan to output to the scan results view. (5) " Start" , " Stop" and " save the scan results" function is achieved. (6) provides a friendly user interface. Simple operation, no computer professionals.
软件主要完成对目标主机端口的扫描。软件可以判断用户输入的IP 地址及选择多端口扫描时所输入的端口号是否正确,并把扫描的结果输出到扫描结果视图当中。软件的核心是多线程扫描和扫描结果输出的实现。此外,软件有把结果视图中的结果保存到用户指定的路径和文件中的功能。
主要实现的功能包括:
(1)测试主机某个端口或某些端口范围是否打开。
(2)扫描单个或多个端口的单选按钮。
(3)实现多线程扫描。
(4)将扫描到的结果输出到扫描结果视图中。
(5)“开始”“停止”及“扫描结果保存”功能的实现。
(6)提供友好的用户界面。操作简单,不需要计算机专业人员。
-Suitable thesis. . . Software, mainly to complete the target host port scanning. Software can determine the IP address of the user input and select multiple port scan the input port number is correct, and the results of the scan output to view the scan results were. The core software is multi-threaded scanning and scan results output is achieved. In addition, the software has the results view save the results to a user-specified path and file functions. The main functions include: (1) test the host range of a port or some ports are open. (2) scan single or multiple ports radio button. (3) multi-threaded scanning. (4) the results of the scan to output to the scan results view. (5) " Start" , " Stop" and " save the scan results" function is achieved. (6) provides a friendly user interface. Simple operation, no computer professionals.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
项目端口扫描-郭红斌\端口扫描代码\MainFrm.cpp
...................\............\MainFrm.h
...................\............\PortScan.aps
...................\............\PortScan.clw
...................\............\PortScan.cpp
...................\............\PortScan.dsp
...................\............\PortScan.dsw
...................\............\PortScan.h
...................\............\PortScan.ncb
...................\............\PortScan.opt
...................\............\PortScan.plg
...................\............\PortScan.rc
...................\............\PortScanDoc.cpp
...................\............\PortScanDoc.h
...................\............\PortScanView.cpp
...................\............\PortScanView.h
...................\............\resource.h
...................\............\Splash.cpp
...................\............\Splash.h
...................\............\StdAfx.cpp
...................\............\StdAfx.h
...................\............\TheSocket.cpp
...................\............\TheSocket.h
...................\............\res\PortScan.ico
...................\............\...\PortScan.rc2
...................\............\...\PortScanDoc.ico
...................\............\...\Splsh16.bmp
...................\............\...\Thumbs.db
...................\............\...\Toolbar.bmp
...................\............\Release\MainFrm.obj
...................\............\.......\PortScan.exe
...................\............\.......\PortScan.obj
...................\............\.......\PortScan.pch
...................\............\.......\PortScan.res
...................\............\.......\PortScanDoc.obj
...................\............\.......\PortScanView.obj
...................\............\.......\RCa05652
...................\............\.......\Splash.obj
...................\............\.......\StdAfx.obj
...................\............\.......\TheSocket.obj
...................\............\.......\vc60.idb
...................\端口扫描软件 需求文档.docx
...................\端口扫描软件 详细设计.docx
...................\........代码\res
...................\............\Release
...................\端口扫描代码
项目端口扫描-郭红斌