11 lines
405 B
Python
11 lines
405 B
Python
#!/usr/bin/env python
|
||
# -*- coding: utf-8 -*-
|
||
# @Time : 2018/12/09 18:14
|
||
# @Author : 852782749@qq.com
|
||
# @File : nsfocus_passwd_excel.py
|
||
# @Software: PyCharm
|
||
|
||
'''将文件放在要处理的绿盟科技漏洞扫描综合报表内,自动识别index.html文件,会生成date.xls
|
||
在当前目录下执行python nsfocus_passwd_excel.py
|
||
需要导入第三方库xlwt库、BeautifulSoup库、lxml库
|
||
''' |