上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 30 下一页
摘要: 转载请注明:@小五义 http://www.cnblogs.com/xiaowuyi 欢迎加入讨论群 64770604 一、本次实验所需器材 1、Arduino板 :https://item.taobao.com/item.htm?spm=a1z10.5-c-s.w4002-15820725129. 阅读全文
posted @ 2013-10-29 21:56 小五义 阅读(36691) 评论(6) 推荐(4) 编辑
摘要: 转载请注明:@小五义 http://www.cnblogs.com/xiaowuyi 欢迎加入讨论群 64770604 一、本次实验所需器材 1、Arduino板 https://item.taobao.com/item.htm?spm=a1z10.5-c-s.w4002-15820725129.1 阅读全文
posted @ 2013-10-26 21:43 小五义 阅读(57818) 评论(4) 推荐(1) 编辑
摘要: 1、ACK Scan>>>ans,unans=sr(IP(dst="www.baidu.com")/TCP(dport=[80,666],flags="A")扫描后,若要找出未过虑的端口:for s,r in ans: if s[TCP].dport==r[TCP].sport: print str(s[TCP].dport)+"is unfiltered."过滤过的:for s in unans: print str(s[TCP].dport)+"is filtered."2、Xmas Scan 阅读全文
posted @ 2013-09-29 13:23 小五义 阅读(7682) 评论(0) 推荐(0) 编辑
摘要: 转载请注明:@小五义 http://www.cnblogs.com/xiaowuyi 欢迎加入讨论群 64770604 一、本次实验所需器材 1、Arduino板 https://item.taobao.com/item.htm?spm=a1z10.5-c-s.w4002-15820725129.1 阅读全文
posted @ 2013-09-28 00:00 小五义 阅读(84022) 评论(0) 推荐(6) 编辑
摘要: 转载请注明:@小五义:http://www.cnblogs/xiaowuyi 利用sniff命令进行简单的嗅探,可以抓到一些简单的包。当不指定接口时,将对每一个接口进行嗅探,当指定接口时,仅对该接口进行。如;>>> sniff(filter="icmp and host 61.135.169.125",count=2)结果:再比如对ppp0端口的嗅探:>>> sniff(iface="ppp0",prn=lambda x:x.summary())此时浏览一下百度,结果如下:IP / UDP 27.214.219.76: 阅读全文
posted @ 2013-09-27 11:43 小五义 阅读(4811) 评论(1) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 30 下一页