摘要:
#!/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() ... 阅读全文
摘要:
#include #include #include #include #include //####################################################### // // 李刚 // 2016.8.17 // pthread 线程参数传递 // //#############################################... 阅读全文
摘要:
#!/usr/bin/env python # coding:utf-8 import textwrap import tornado.httpserver import tornado.ioloop import tornado.options #从命令行种读取设置。 #如果一个与define语句中同名的设置在命令行中被给出,那么它将成为全局的options的一个属性 即 options.p... 阅读全文