免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库

动态

2016-01-11

  • 西山晴雪 发表了新话题 2016-01-11 14:01
    python StringIO的问题
    >>> import StringIO, cStringIO, sys >>> s = StringIO.StringIO("JGood is a handsome boy") >>> s.write("JGood is a handsome boy \r\n") >>> prin ...

2015-08-13

  • 西山晴雪 发表了新话题 2015-08-13 16:38
    关于scapy伪造源ip
    python中有个模块scapy,可以伪造源ip,我试了一下。导入模块: from scapy.all import * send(IP(src='10.0.10.10',dst="114.113.153.200")/TCP(dport=80 ...