摘要: 博客园使用markdown介绍 设置 测试代码效果 def hello(): print("hello world!") return "hello world!" 阅读全文
posted @ 2020-09-03 14:19 Mr.zou 阅读(155) 评论(0) 推荐(0) 编辑
摘要: python telnetlib 模块 实现功能端口扫描 功能1 将开放的端口和失败的端口写入到各自的文件中 功能2 先删除创建的文件 #!/usr/bin/env python #-*- coding: utf-8 -*- import telnetlib import threading def 阅读全文
posted @ 2020-09-03 10:22 Mr.zou 阅读(449) 评论(0) 推荐(0) 编辑