发布时间:2019-08-28 09:10:29编辑:auto阅读(2046)
#-*- coding:utf-8 -*- import os import sys if len(sys.argv) == 2: filename=sys.argv[1] if not os.path.isfile(filename): print '[-]' + filename + 'does not exist.' exit(0) if not os.access(filename, os.R_OK): print '[-]' + filename + 'access denied.' exit(0) print '[+] reading vulnerabilities from : ' + filename
执行结果:第一个是不存在的文件,第二个是存在且有权限的文件
上一篇: python学习:Indentation
下一篇: CentOS 6.4 安装python2
50955
50337
40954
37819
32285
29175
28062
22893
22855
21187
1040°
1723°
1406°
1340°
1601°
1435°
2090°
3632°
3548°
2506°