搜索资源列表
makedic
- VB编写的字典生成工具,原理是对输入的词间的所有可能的排列进行生成-VB prepared by the dictionary generation tools principle is the word on the importation of all possible permutations for Generation
phpwebsite
- 简介:PHP+MYSQL网站注入扫描工具,针对类似夜猫文章下 载系统比较有效,界面是仿教程的hdsi中的PHP注入模块写 的,实现原理是参考angel的SQL Injection with MYSQL写的-Profile : PHP MYSQL injection site scanning tool against a similar article Night Cat download system more effective, Interface is the guidebook
MySwt
- 实现ip地址到实际地址的转换 qq 显ip 的原理 可以由地址查找ip 或用ip 查找地址 (无Jre版 )运行run.bat 开始 -achieve ip address to the real address translation qq significant ip principle can search by address or ip ip address search (no Jre version) also began running
SaoMiao_1
- 这是个简单的端口扫描程序,它的原理是利用几个winsock中主要函数,和标准c++标准异常-This is a simple port scanning procedures, it is the principle of using several protocols of the main function, and abnormal standards c standards
network
- Windows环境下,用高级编程语言编写程序,使用端口扫描对指定IP范围的主机进行扫描,对一个网段进行 IP 扫描,显示出结果( 一个网段内有哪些主机是开机的以及其Mac地址 )。并显示出结果,对结果进行储存。 设计分析 : 利用VB的winsock控件搜集信息,利用TXTT控件输入输出。 实现原理 : -Windows environment, with high-level programming language, the use of port scan on the s
NetScanAndCheck
- 网络扫描和检测程序,通过代码可以了解学习网络扫描和检测技术的基本原理和实现方法.-Network scanning and detection procedures, the adoption of the code can understand learning network scanning and detection technology, the basic principle and method.
twain_Specofication
- 详细介绍TWAIN原理以及应用(英文版)-TWAIN detailed principle and application (English)
jianpansaomiao
- 4×4矩阵式扫描键盘的扫描原理.rar 4×4矩阵式扫描键盘的扫描原理.rar-4 × 4 matrix scan keyboard scanning principle. Rar 4 × 4 matrix scan keyboard scanning principle. Rar
bingdu
- 基于软件扫描的简单病毒代码主文件,用于初学者对病毒的基本工作原理的理解-Based on a simple virus software to scan the main code file for beginners understanding of the basic working principle of the virus
实现P2P的NAT穿越的原理的代码加以改进
- 将实现P2P的NAT穿越的原理的代码加以改进,增加了tell功能-NAT traversal P2P will realize the principle of the code to be improved to increase the tell function
driverddk
- python实力源代码 讲解python安全原理的实验过程源代码 -python strength of the source code to explain the python security principle experiment source code
3.4-PortScan_TCP
- 分别采用了TCP connect扫描和TCP SYN两种扫描方式。而且对于TCP connect扫描方式又分别通过CSocket类和Socket2编写了程序代码。从实际的测试效果来看,CSocket类和Socket2两种实现方式由于只是采用的编程类库不一样,而编程原理一样,所以效果也基本一样。而TCP SYN扫描则由于采用了非常规的扫描方式,特别是近几年防火墙的快速发展,几乎所有的防火墙都对这种方式进行防范,因此,扫描效果要视具体情况而定。同时,TCP SYN扫描方式必须运行于管理员组成员的模式
3.5-PortScan_UDP
- UDP扫描原理与TCP扫描原理不同,UDP扫描是通过向对方UDP端口发送数据,然后根据对方ICMP返回数据进行判断。接收ICMP数据包只能采用RAW Socket接收到所有的数据包,然后从中过滤出哪一个数据包是对方返回的,进而判断出对方端口是否处于开状态。-UDP scanning principle and TCP scanning works differently, UDP port scans are sent via UDP to the other data, and then re