摘要: #!/usr/bin/env python #-*- coding:utf-8 -*- import socket #iptable=[] nmapport=[21, 22, 23, 80, 110] def retbanner(ip, port): try: socket.setdefaulttimeout(2) s=socket.socket() ... 阅读全文
posted @ 2016-08-23 21:37 Rocky_Ansi 阅读(647) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include //####################################################### // // 李刚 // 2016.8.17 // pthread 线程参数传递 // //#############################################... 阅读全文
posted @ 2016-08-23 21:33 Rocky_Ansi 阅读(286) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # coding:utf-8 import textwrap import tornado.httpserver import tornado.ioloop import tornado.options #从命令行种读取设置。 #如果一个与define语句中同名的设置在命令行中被给出,那么它将成为全局的options的一个属性 即 options.p... 阅读全文
posted @ 2016-08-23 21:20 Rocky_Ansi 阅读(1623) 评论(0) 推荐(0) 编辑