搜索资源列表
open_pc_and_port_scan
- 网络活动主机和开放端口扫描源程序,含开发文档,基于C#的rawsocket开发,支持 多线程 支持ARP,ICMP协议的活动主机扫描,支持TCP connect syn fin 三种方式的开放端口扫描,支持udp端口扫描
smq
- 包括syn,单线程tcp,多线程tcp扫描
SYNFlood_WINSOCK
- 网络syn Flood攻击的代码,需要的下载。本程序通过使用Winsock2原始套接字提供函数sendto(),手动构造TCP SYN帧,对目标主机进行SYN Flood攻击。
Tren
- 魔兽游戏里踢人 我们HOOK Send函数。如果我们和某个玩家私聊,假设输入7720668,那么肯定可以在pBuffer中搜索到这个字符串,然后我们关闭相应的socket即可实现T人了。(这里也说明了:只有主机才可以T人。因为通过伪造TCP、SYN、ACK数据包来实现,几乎不可能) -World of Warcraft game kicking us HOOK Send function. If we whisper a player, assuming that the input 7
fastSYNscanport
- 极速SYN扫描器代码源码,c语言描述TCP SYN扫描-Source code scanners speed SYN
SYN_scaner
- tcp syn 扫描器 在windows服务器版本上使用-tcp syn scanner windows server version in use
dos
- 基于C语言的dos 攻击。主要讲述了套接字的创建方式-TCP syn flooding
Basedomulti-threadedTCPportscanwiththeapplication.
- 基于多线程TCP端口扫描的实现与应用 tcp syn-Based on multi-threaded TCP port scan with the application.
portscan
- 实现一个扫描器,必须能够完成以下所有功能:使用TCP connect、TCP SYN和TCP FIN进行端口扫描,使用ICMP echo扫描实现IP扫描。并把扫描得到的结果记录下来-To achieve a scanner, you must be able to complete all of the following features: the use of TCP connect, TCP SYN and TCP FIN to conduct port scanning, the use
ysixeesmqss
- 云S 故明思议 有云又有S 云即是指透过大量主机 而S 即是指用 s扫描器 全名即是:用大量主机用s.exe扫描 本云S扫描器完全開源,由VB+PHP 编写 有以下功能: 生成后,給主机运行 它們就会連到指定的PHP 网址,讀取扫描參数 然后,主机們会在它們IP段附近,用S扫描 再将结果发送至PHP,由SQL 储存 之后,我们就可到PHP,查询指定PORT的所有IP 使用條件:有php空间,和可寫入的SQL 不
SourceCodePORTSCANNER
- PORT SCANNER Introduction There are various port scanners that use a simple method of scanning. These applications work at the application level and are quite slow. This scanner is faster than a normal scanner. It is based on the TCP Half O
TCP
- 随机生成160位01序列模拟TCP报文首部 16位源端口,16位目的端口,32位序号,32位确认序号,4位首部长度都转化成相应的十进制显示,6位保留位,URG,ACK,PSH,RST,SYN,FIN 均为1位二进制, 16位窗口,16位紧急指针,16位校验和均用二进制显示-01 160 randomly generated sequence of TCP packets simulated first 16-bit source port, destination port 16-bit
21
- 实现端口的多用扫描,不比世面上的开源代码 此代码加强功能扫描速度更快 配S扫描使用! 可采用SYN 和TCP 自动选者 -Implementation of multi-port scanning, better than the surface of the open source world to strengthen this code scan feature scans faster to use with S! Can use TCP SYN and automatically
test1
- TCP SYN扫描。采用多线程扫描任意端口-TCP SYN scan. Using multithreading scan any port
TCPfirewall-master
- TCPfirewall TCP入侵检测系统,检测端口扫描、Dos攻击、爬虫联动iptables进行防御 1.基于tcp的请求频率 2.tcp的flag标志位,SYN\FIN\NULL包的比例 3. 未开放端口的请求比例 需要安装的库python-iptables\MySQLdb\scapy(TCPfirewall python-iptables\MySQLdb\scapy)
端口扫描
- 端口扫描能够用来查找目标主机已开放的端口,包括TCP和UDP端口。当前针对TCP端口的扫描技术有三种,分别为:全连接扫描,SYN扫描和FIN扫描。针对UDP端口的扫描技术一般是采用ICMP报文中端口不可达的信息来识别UDP端口是否开放。(Port scans can be used to find ports that have been opened by the target host, including TCP and UDP ports. There are three kinds o