Location:
Search - sniffer socket
Search list
Description: Raw Socket(原始套接字)实现Sniffer(嗅探)-Raw Socket (original socket) to achieve Sniffer (sniffer)
Platform: |
Size: 4749 |
Author: 张家园 |
Hits:
Description: 扫描器是网络信息收集的一种方法,从功能上可分为漏洞扫描和端口扫描。通过实验,掌握漏洞、端口的基础知识,掌握扫描器的基本原理并设计实现端口扫描和漏洞扫描程序。网络端口扫描器的工作原理是通过socket套接字对端口使用connect()进行连接,并记录目标主机给予的回答,搜集目标主机的各种有用信息。
程序采用MFC编程,为提高扫描速度,加入多线程支持。
Platform: |
Size: 1882 |
Author: 姚晓光 |
Hits:
Description: 编译环境:VC6
作用:简单功能的sniffer.使用WSADATA等windows socket.可监听tcp,udp,icmp等,也可根据需要更改代码.
Platform: |
Size: 13461 |
Author: 嘟嘟 |
Hits:
Description: 一个比较简单的sniffer源码。sniffer源码适合入门之用,想学网络编程的同志可以看看,用vc编的,用的是socket,原始套接字编程。程序主要是把网络上的包拦截下来,然后简单解析包头,整个程序还是比较简单的,不过能让你很容易理解抓包的整体过程。
Platform: |
Size: 55090 |
Author: yygk2000@163.com |
Hits:
Description: 使用packet32实现的raw socket的初始化、接收数据包、发送数据包、关闭等功能。-It has realised the Raw socket`s initialation, receiving, sending of data packets and closing functions in which packet32 is used.
Platform: |
Size: 132096 |
Author: 站长 |
Hits:
Description: 简单的socket流量测试程序,可以根据端口号监控流量和数据包的大小,可以根据自己的需要改动,本来是监控点对点的音视频带宽测试工具-simple socket flow testing procedures, according to the port control flow and data packet size, according to their needs change, originally control point-to-point audio and video bandwidth test tool
Platform: |
Size: 44032 |
Author: 康伟 |
Hits:
Description: Raw Socket(原始套接字)实现Sniffer(嗅探)-Raw Socket (original socket) to achieve Sniffer (sniffer)
Platform: |
Size: 4096 |
Author: 张家园 |
Hits:
Description: 一个比较简单的sniffer源码,适合入门之用
想学网络编程的同志可以看看,用vc编的,好象用的是socket,原始套接字编程
程序主要是把网络上的包拦截下来,然后简单解析包头,
整个程序还是比较简单的,不过能让你很容易理解抓包的整体过程-a relatively simple sniffers source suitable for entry purposes, like the network programming comrades can see that with vc series, as if using a socket, the original socket programming process is mainly on the network packets to intercept them, and then a simple analytic Baotou, and the whole process is relatively simple, you too can easily understand the overall process of capturing Packet
Platform: |
Size: 54272 |
Author: 鱼 |
Hits:
Description: 用raw socket 发送TCP报文有助于理解网络协议-used raw socket TCP packet sent to understand network protocol
Platform: |
Size: 1121280 |
Author: 蔡润达 |
Hits:
Description: RawSocketSniffer基于原始套接字的嗅探程序简单实例。对于学习嗅探原理很有帮助-Based on the original socket RawSocketSniffer sniffer simple examples. Sniffer for the principles of learning useful
Platform: |
Size: 13312 |
Author: 尤好 |
Hits:
Description: 扫描器是网络信息收集的一种方法,从功能上可分为漏洞扫描和端口扫描。通过实验,掌握漏洞、端口的基础知识,掌握扫描器的基本原理并设计实现端口扫描和漏洞扫描程序。网络端口扫描器的工作原理是通过socket套接字对端口使用connect()进行连接,并记录目标主机给予的回答,搜集目标主机的各种有用信息。
程序采用MFC编程,为提高扫描速度,加入多线程支持。-Scanner is a network of information-gathering methods, from the functions can be divided into vulnerability scanning and port scanning. Through the experiment, have loopholes, port the basic knowledge to grasp the basic principles of scanners designed to achieve port scanning and vulnerability scanning procedures. Network port scanner working principle through socket socket on port use connect () to connect to, and record the target host to give the answer, the collection of target host a variety of useful information. Procedures for the use of MFC programming, to improve the scanning speed, by adding multi-threading support.
Platform: |
Size: 2048 |
Author: 姚晓光 |
Hits:
Description: 可以对同一个网段下面的数据进行sniffer,研究网络socket监听-Can be on the same network segment the following data sniffer, monitor socket Research Network
Platform: |
Size: 884736 |
Author: coffee |
Hits:
Description: 利用原始套接字监听流经网卡的数据包,参数:
过滤源IP/目的IP,源端口/目的端口(各个可最多5个),过滤关键字(最多可5个),可保存嗅探记录到文件-Using raw socket to monitor packet flows through the network card, parameters: filter source IP/purpose of IP, source port/destination port (all can be a maximum of five), filtering keywords (up to 5), records can be stored sniffer to file
Platform: |
Size: 47104 |
Author: wuchen |
Hits:
Description: 编译环境:VC6
作用:简单功能的sniffer.使用WSADATA等windows socket.可监听tcp,udp,icmp等,也可根据需要更改代码.-Compiler Environment: VC6 role: a simple function of sniffer. Use WSADATA such as windows socket. Can monitor tcp, udp, icmp, etc. may also need to change the code.
Platform: |
Size: 13312 |
Author: 嘟嘟 |
Hits:
Description: 程序中需要设置套接字的属性SIO_RCVALL,而SIO_RCVALL属性在文件mstcpip.h中定义。mstcpip.h是微软用于处理TCP/IP协议的一个头文件,这里面包含了WinSockets一系列相关函数,该文件在platform SDK套件中,该头文件在vc6.0中没有。
本项目中给出了该文件的内容。
编写sniffer程序的另一个方法是在文件中使用#define直接定义SIO_RCVALL。源文件中给出了#define SIO_RCVALL _WSAIOW(IOC_VENDOR,1)
二种方法选一个
vc6.0下编译运行即可,屏幕显示捕获的包的信息
-Procedures need to set up a socket attribute SIO_RCVALL, and SIO_RCVALL attributes defined in the document mstcpip.h. mstcpip.h is used to deal with Microsoft TCP/IP protocol, a header file, which contains WinSockets inside a series of related function, the file in the platform SDK package, the header files in vc6.0 not. This project is given the contents of the document. Procedures for the preparation of sniffer Another option is to use in the document# Define directly the definition of SIO_RCVALL. Source file is given# Define SIO_RCVALL _WSAIOW (IOC_VENDOR, 1) two kinds of methods of election of a compiler to run under vc6.0 can, screen display information packet capture
Platform: |
Size: 16384 |
Author: 莫松成 |
Hits:
Description: Title: Raw Packet Sniffer
It currently has support for 3 protocols (TCP, UDP and ICMP) and can very easily be expanded to include more.
The packet sniffer itself is wrapped in a very object oriented fashoin allowing you to just plug it right into your own apps.
NOTICE: This will only work on OS with raw socket support (Windows XP/2000/NT) with root access (admin privilages).
-Title: Raw Packet SnifferIt currently has support for 3 protocols (TCP, UDP and ICMP) and can very easily be expanded to include more. The packet sniffer itself is wrapped in a very object oriented fashoin
Platform: |
Size: 79872 |
Author: ST.POLO |
Hits:
Description: Socket sniffer + code-Socket sniffer+ code
Platform: |
Size: 41984 |
Author: Thach |
Hits:
Description: 一个比较简单的sniffer源码(用vc6.0编程的程序),sniffer源码适合入门之用 想学网络编程的同志可以看看,用vc编的,好象用的是socket,原始套接字编程 程序主要是把网络上的包拦截下来,然后简单解析包头, 整个程序还是比较简单的,不过能让你很容易理解抓包的整体过程.
-A relatively simple sniffer source code (using vc6.0 programming procedures), sniffer source code suitable for use in entry-comrades who want to learn network programming can see, using vc compiled, as if using a socket, raw socket programming procedures mainly to intercept packets on the network down, and then a simple analysis of Baotou, the entire process is relatively simple, but allows you to easily understand the overall process of Ethereal.
Platform: |
Size: 54272 |
Author: chen rong |
Hits:
Description: 数据报文的截获与分析 raw socket编程-The data packet interception and analysis of raw socket programming
Platform: |
Size: 2011136 |
Author: 王晶 |
Hits:
Description: a great sniffer tool to capture packets based on the mfc and raw socket
Platform: |
Size: 3072 |
Author: yeya24
|
Hits: