文件名称:3.4-PortScan_TCP
- 所属分类:
- 扫描程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2015-05-27
- 文件大小:
- 5.79mb
- 下载次数:
- 0次
- 提 供 者:
- 张**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
分别采用了TCP connect扫描和TCP SYN两种扫描方式。而且对于TCP connect扫描方式又分别通过CSocket类和Socket2编写了程序代码。从实际的测试效果来看,CSocket类和Socket2两种实现方式由于只是采用的编程类库不一样,而编程原理一样,所以效果也基本一样。而TCP SYN扫描则由于采用了非常规的扫描方式,特别是近几年防火墙的快速发展,几乎所有的防火墙都对这种方式进行防范,因此,扫描效果要视具体情况而定。同时,TCP SYN扫描方式必须运行于管理员组成员的模式下。-
We were used to scan and TCP SYN TCP connect two scanning methods. And for TCP connect scanning and Socket2 they were written by the CSocket class code. From a practical point of view the test results, CSocket class and Socket2 two ways since only use programming libraries are not the same, but the same principle programming, so the effect is basically the same. The TCP SYN scan is a result of the scanning unconventional way, especially in recent years, rapid development of firewall, almost all of the firewalls to prevent this manner, therefore, scan results depending on the specific circumstances. At the same time, TCP SYN scanning mode must run under the Administrators group members.
We were used to scan and TCP SYN TCP connect two scanning methods. And for TCP connect scanning and Socket2 they were written by the CSocket class code. From a practical point of view the test results, CSocket class and Socket2 two ways since only use programming libraries are not the same, but the same principle programming, so the effect is basically the same. The TCP SYN scan is a result of the scanning unconventional way, especially in recent years, rapid development of firewall, almost all of the firewalls to prevent this manner, therefore, scan results depending on the specific circumstances. At the same time, TCP SYN scanning mode must run under the Administrators group members.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
3.4 PortScan_TCP\PortScan.aps
................\PortScan.clw
................\PortScan.cpp
................\PortScan.dsp
................\PortScan.dsw
................\PortScan.h
................\PortScan.ini
................\PortScan.ncb
................\PortScan.opt
................\PortScan.plg
................\PortScan.rc
................\PortScanDlg.cpp
................\PortScanDlg.h
................\ReadMe.txt
................\..lease\PortScan.bsc
................\.......\PortScan.exe
................\.......\PortScan.ini
................\.......\PortScan.obj
................\.......\PortScan.pch
................\.......\PortScan.res
................\.......\PortScan.sbr
................\.......\PortScanDlg.obj
................\.......\PortScanDlg.sbr
................\.......\StdAfx.obj
................\.......\StdAfx.sbr
................\.......\vc60.idb
................\res\BLACK.ICO
................\...\BLUE.ICO
................\...\GREEN.ICO
................\...\LeftPic.bmp
................\...\LeftPic.psd
................\...\limegreen.ICO
................\...\ORANGE.ICO
................\...\PINK.ICO
................\...\PortScan.ico
................\...\PortScan.rc2
................\...\PURPLE.ICO
................\...\RED.ICO
................\...\SKYBLUE.ICO
................\...\VIOLET.ICO
................\...\WHITE.ICO
................\...\YELLOW.ICO
................\resource.h
................\StdAfx.cpp
................\StdAfx.h
................\Release
................\res
3.4 PortScan_TCP