python3实现telnet查看IP地址段端口开放情况
摘要:1、python3实现IP地址段打印 1 #!/usr/bin/python3 2 #-*- coding:utf-8 -*- 3 4 #编写环境 windows 7 x64 + Python3.7.0 5 #python3实现IP地址段打印 6 7 #ip转换方法 8 def ip2num(ip)
阅读全文
posted @ 2019-11-07 15:03
posted @ 2019-11-07 15:03
posted @ 2019-11-07 10:05