1. 首页
  2. 数据库
  3. 其它
  4. python实现扫描ip地址的小程序

python实现扫描ip地址的小程序

上传者: 2021-01-01 01:53:09上传 PDF文件 36.66KB 热度 11次
python实现扫描ip地址的小程序,具体代码如下所示: import os,time import sys start_Time=int(time.time()) ip_True = open('ip_True.txt','w+') ip_False = open('ip_False.txt','w+') IPhost = [] IPbegin = (input(u'请输入起始查询IP: ')) IPend = input(u'请输入终止查询IP: ') IP1 = IPbegin.split('.')[0] IP2 = IPbegin.split('.')[1] IP3 = IPbegi
下载地址
用户评论