[Twisted-Python] The tcp connection can't stop

2013-08-27 Thread yuyan zhang
I'm want to get the information of 25(smtp) port in the target ip ,so i write the script smtp.py,and the mx.short.txt is the target ip list.You can run the script like this :python smtp.py(the smtp.py and mx.short.txt are in the same directory).Then I find this script is can't stop. Ca

[Twisted-Python] A bug of the DNSDatagramProtocol

2013-06-06 Thread yuyan zhang
when i run the code: df = Deferred() name = Name('version.bind') axf = AXFRController(name,df) dns = DNSDatagramProtocol(axf) d = dns.query((ip,53),[Query('version.bind',TXT,CH)]) it raise the error : Traceback (most recent call last): File "/usr/local/lib/

[Twisted-Python] yuyan zhang 邀请您开设 Google 电子邮件帐户

2013-05-14 Thread yuyan zhang
我一直在使用 Gmail,我觉得您不妨也试试。现在邀请您创建帐户。 您已受邀使用 Gmail! yuyan zhang已邀请您开通 Gmail 帐户。 Gmail 是由 Google 推出的一项免费的电子邮件服务,其开发理念是:电子邮件可以更加直观、高效且有趣。Gmail 具备以下特点: *垃圾邮件更少* 采用 Google 的创新技术防止不受欢迎的邮件进入您的收件箱。 *大容量* 超大存储空间,永远不需要删除其他邮件。 *内置聊天功能* 与yuyan zhang和其他朋友进行实时文字或视频聊天。 *移动访问* 通过手机随时随地收发 Gmail 电子邮件。 您甚至可

Re: [Twisted-Python] Twisted-Python Digest, Vol 110, Issue 12

2013-05-14 Thread yuyan zhang
can everyone help me,the error is [root@herry zhangyuyan]# python dns_udp.py /usr/local/lib/python2.7/site-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/names/dns.py:110: RuntimeWarning: urandom unavailable - proceeding with non-cryptographically secure random source 2013/5/13 > Send T

Re: [Twisted-Python] Twisted-Python Digest, Vol 110, Issue 13

2013-05-14 Thread yuyan zhang
can everyone help me,the error is [root@herry zhangyuyan]# python dns_udp.py /usr/local/lib/python2.7/site-packages/Twisted-13.0.0-py2.7-linux-x86_64.egg/twisted/names/dns.py:110: RuntimeWarning: urandom unavailable - proceeding with non-cryptographically secure random source 2013/5/14 > Send T

[Twisted-Python] use twisted get ftp's version

2013-04-10 Thread yuyan zhang
i use nc command bash-3.2# nc 83.85.85.238 21 220 (vsFTPd 2.0.5) get the version of the ftp but i want to use twisted to do this,and i don't know the function can anyone help me? Thank you very much. ___ Twisted-Python mailing list Twisted-Python@twistedm