-
基于UDP协议的IP范围扫描。
基于UDP协议的网段扫描器-IP range scanner based on UDP protocol.
- 2022-03-21 01:18:19下载
- 积分:1
-
socket 网络通信 控制台程序 测试通过
socket 网络通信 控制台程序 测试通过
#include
#include
#pragma comment(lib, "ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )
{
WSACleanup( );
return;
}
SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接
//初始化连接与端口
- 2023-07-26 07:35:05下载
- 积分:1
-
Enterprise_Networking
Enterprise Network Assignment
- 2010-02-21 00:01:44下载
- 积分:1
-
udp局域网聊天工具
局域网的udp聊天工具,注意事项: 运行的时候要运行两次 一个当客户端和服务器端 ,在运行的时候还要改下IP地址。
- 2022-03-10 08:50:31下载
- 积分:1
-
uniGUI
说明: unigui 学习文件,主要是一些函数使用的说明(Unigui learning files, mainly some function usage instructions)
- 2020-06-17 16:40:02下载
- 积分:1
-
jpcap
包括安装需要的WinPcap_4_0_2.exe,jpcap.jar。Jpcap.dll,Jpcap包的安装与配置.doc
jpcap功能:
可以实现地址的侦听
捕获末加工的原始数据包。
保存捕获到的数据包到本地文件,从本地文件读出先前捕获的数据包。
自动分辨数据包的类型并产生相应的Java类(如:Ethenet、IPv4、IPv6、ARP/RARP、TCP、UDP和ICMP包)。
根据用户在程序代码中指定的过滤规则过滤数据包。
向网络发送各种数型的数据包
利用Jpcap包能够开发以下几种类型的应用程序:
网络以及协议的分析器
网络监听器
网络流量记录器
网络流量发生器
用户级的网桥、路由
网络入侵检测系统
网络扫描器
网络安全工具箱
(Include the WinPcap_4_0_2. of installing the demand exes, jpcap.jar.Jpcap.dll, Jpcap wraps of gearing and allocation.doc
Jpcap function:
Can carry out the interception of address
Succeed in catching the end processes of the original data wrap.
The conservancy succeeds in catching of the data wrap a local document and read from the local document that the data that succeeds in catching in times before wraps.
Automatically distinguish the type that the data wraps to combine Java that the creation corresponds(such as:Ethenet and IPv4, IPv6 and ARP|RARP, TCP, UDP and ICMP wrap).
According to customer appointed the percolation rule in the procedure code filter a data to wrap.
The data that sends out various several toward the network wraps
Make use of Jpcap to wrap the applied procedure that can develop several category types as follows:
The analytical machine of network and agreement
Network monitor
Network discharge call register
The network discharge machine happens
The ne)
- 2010-06-03 09:57:18下载
- 积分:1
-
对于FileUpload IE的CGI程序
CGI program for fileupload from IE
- 2022-02-14 08:18:06下载
- 积分:1
-
nahsp82
说明:
- 2018-04-11 18:32:43下载
- 积分:1
-
jsp写的电子地图部分控件,编写好的java类和页面,简单,实用
jsp写的电子地图部分控件,编写好的java类和页面,简单,实用-jsp written part of the electronic map control, the preparation of a good java classes and pages, simple, practical
- 2022-01-25 15:01:42下载
- 积分:1
-
teardrop_smb
针对早期windows系统SMB协议的攻击
前提时先安装安装python
在命令提示符窗口中首先进入py命令所在的文件夹
直接键入python xx.py后回车确认(Attacks on SMB Protocol of Early Windows System
Install Python first
First enter the folder where the PY command resides in the command prompt window
Type Python xx.py directly and return to confirm)
- 2020-06-23 15:40:02下载
- 积分:1