python构造icmpecho请求和实现网络探测器功能代码分享【点击查看详情】
python构造icmpecho请求和实现网络探测器功能代码分享:python发送icmp echo requesy请求 代码如下:import socketimport struct def checksum(source_string): sum = 0 countTo = (len(source_string)/2)*2 count = 0 while count thisVal = ord(source_s