nping : This handy little utility assembles and sends custom ICMP, UDP, or TCP packets and then displays any replies. It was inspired by the ping comm...
分类:
其他好文 时间:
2014-12-19 18:56:30
阅读次数:
889
C:\Users\lonlife\Desktop\nping.win.1.0>dir2014/12/19 16:34 .2014/12/19 16:34 ..2006/05/19 09:51 388,823 hping.exe2014/08/19 11:43 1,178,112 libeay32.d...
分类:
Windows程序 时间:
2014-12-19 18:47:21
阅读次数:
1144
$hping --help | head -1usage: hping host [options]$hping lonlife.net -S -p 80 -c 5 # 默认为tcp ping : -S SYN : -pdestination port : -c 发送测试包总数HPING lonli...
分类:
其他好文 时间:
2014-12-19 18:44:24
阅读次数:
232
需求描述使用hping构造IP分片,模拟实现死亡之Ping环境搭建使用VMWare和Dynamips。实现思路构造重装后大于65535字节的IP分片hping 192.168.1.1 -1 -x -d 1400 -N 100 -c 1for ((i=1;i<50;i++))doj=`expr ...
分类:
其他好文 时间:
2014-11-11 14:09:01
阅读次数:
227
关于Scapy
Scapy的是一个强大的交互式数据包处理程序(使用python编写)。它能够伪造或者解码大量的网络协议数据包,能够发送、捕捉、匹配请求和回复包等等。它可以很容易地处理一些典型操作,比如端口扫描,tracerouting,探测,单元测试,攻击或网络发现(可替代hping,NMAP,arpspoof,ARP-SK,arping,tcpdump,tethereal,P0F等)。最重要的...
分类:
其他好文 时间:
2014-10-13 21:20:07
阅读次数:
321